MQTT 시작하기
1414 단어 PythonRaspberry Pimqtttech
이른바 MQTT
Pub/Sub형 프로토콜
가져오기
python의 모듈 "mosquitto"를 사용합니다.
고무로 조작한다고 생각했기 때문에 포장 관리는 abpt-get을 사용합니다.
$ sudo apt-get install mosquitto
$ sudo apt-get install mosquitto-clients
Sub# status確認
$ sudo service mosquitto status
를 시작합니다.$ mosquitto_sub -h localhost -t test/hello
Pub 릴리스, 확인 메시지$ mosquitto_pub -h localhost -t test/hello -m HelloMQTT!
Sub 쪽에 메시지가 표시되면 성공!
Reference
이 문제에 관하여(MQTT 시작하기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/daumkuchen/articles/b3646999b6d3f1텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)