Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 630 Bytes

readme.md

File metadata and controls

35 lines (22 loc) · 630 Bytes

Simple MQTT Communication

Playground, do not expect much from this repo.

Communication to get file data on another device in a local connection through online broker on www.mqtt-dashboard.com port=1883

Use sames topic between publisher and subscriber.

Default :

8d1db723-c4b7-465e-8761-6d4e59ed4b74/4107847c-be59-4bf9-ab84-6424a80c28e0

Credits :

http://www.mqtt-dashboard.com/
https://github.com/eclipse/paho.mqtt.python
https://medium.com/python-point/?mqtt-basics-with-python-examples-7c758e605d4


Usage

Publisher:

python publish.py

Subscriber:

python subscribe.py