MQTT에서 살아남기

zzzzini·2023년 7월 22일
0

Node.js & MQTT

목록 보기
1/2
post-thumbnail

📌 Mosquitto 테스트를 위한 임시 코드용 메모장입니다

⚙️ 1. 실행

brew services start mosquitto

⚙️ 2. 재실행

brew services restart mosquitto

⚙️ 3. 중단

brew services stop mosquitto

⚙️ 4. 서비스 시작

/opt/homebrew/opt/mosquitto/sbin/mosquitto -c /opt/homebrew/etc/mosquitto/mosquitto.conf

⚙️ 5. 메시지 구독

/opt/homebrew/Cellar/mosquitto/2.0.15_1/bin/mosquitto_sub -h localhost -p 1883 -t every

⚙️ 6. 메시지 발행

/opt/homebrew/Cellar/mosquitto/2.0.15_1/bin/mosquitto_pub -h localhost -p 1883 -t every -m "테스트중입니당"

✅ 7. 결과

profile
소프트웨어전공 조난자

1개의 댓글

comment-user-thumbnail
2023년 7월 22일

공감하며 읽었습니다. 좋은 글 감사드립니다.

답글 달기