duohedounai / duohedounai.github.io

0 stars 0 forks source link

How to use MQTT in Python | Will Yuan's Blog #34

Open duohedounai opened 1 week ago

duohedounai commented 1 week ago

https://duohedounai.github.io/2024/06/20/How-to-use-MQTT-in-Python/#more

Installation MQTT (Message Queuing Telemetry Transport), is a lightweight publish/subscribe messaging protocol. More information about MQTT: https://en.wikipedia.org/wiki/MQTT Install paho-mqtt libra