I need to understand MQTT, so I want to communicate with Raspberry Pi on Mac and get an image
Raspberry Pi
--Installed mosquiito and mosquiito_clients on Raspberry Pi --Installed mosquitto on Man --Start Broker with Raspberry Pi --Launch mosquitto_sub -h 192.168.11.13 -t tp1 / test on Mac (preparation for reception) --Execute mosquitto_pub -h localhost -t tp1 / test -m Hello on Raspberry Pi (send data) --Hellow confirmation of reception on Mac terminal
-MQTT Specifications: Topic Wildcards -Send and receive MQTT with python -Using mosquitto on Raspberry Pi -I put Mosquitto on Mac and Raspberry Pi -Basic knowledge of MQTT
-YouTube: Easy Microcomputer Class
Recommended Posts