oleksiybozhyk / mqtt_client

A simle MQTT Client that send fixed message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simle MQTT Client that send fixed message


Languages

Language:Python 100.0%