[MQTT] MOSQUITTO 사용방법

MOSQUITTO 사용방법

https://khj93.tistory.com/entry/MQTT-Mosquitto-%EC%84%A4%EC%B9%98-%EB%B0%8F-PublishrSubscriber-%ED%85%8C%EC%8A%A4%ED%8A%B8

 

JSON format 으로 publishing

참고자료 : http://www.steves-internet-guide.com/mosquitto_pub-sub-clients/

 

Command Prompt :

C:/>mosquitto_pub.exe -h 127.0.0.1 -t catm1topic -m “{ \”temperature\”:20.0, \”Humi\”:30.0 }”

 

주피터 노트북(파이썬)에서 실시간 온도 데이타를 SQL에 저장하고 시계열분석하기

https://nbviewer.jupyter.org/github/leehaesung/SQLite3_with_LTE_CatM1/blob/master/02_Codes/SQLite3_with_LTE_CatM1_Temp_Sensor_MQTT_VER_0.6.ipynb