Skip to content

insgreeb-pro/py-mqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%