A simple MQTT Client that send fixed message
Before using you need to perform the following tasks:
- Install a MQTT Broker which will be responsable for message delivery -> You can use Mosquitto 1.1) Link to download Mosquitto: https://mosquitto.org/download/
- The Python library you need is paho-mqtt 2.1) To install run : pip install paho-mqtt