/mqtt_client

A simle MQTT Client that send fixed message

Primary LanguagePython

mqtt_client

A simple MQTT Client that send fixed message

Before using you need to perform the following tasks:

  1. 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/
  2. The Python library you need is paho-mqtt 2.1) To install run : pip install paho-mqtt