Skip to content

An simple publisher and subscriber examples using Python and Mosquitto.

Notifications You must be signed in to change notification settings

BrunoGeorgevich/MQTT_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MQTT_Python

An simple publisher and subscriber examples using Python and Mosquitto.

INSTALL

sudo apt install mosquitto* -y 
sudo apt install python-pip python3-pip -y
sudo pip install paho-mqtt
sudo pip3 install paho-mqtt
echo "MOSQUITTO IS READY TO BE USED"

RUN

git clone https://github.com/BrunoGeorgevich/MQTT_Python &&
cd MQTT_Python &&
echo "TO RUN THE SUBSCRIBER TYPE: python mqtt_subscriber.py" &&
echo "TO RUN THE PUBLISHER TYPE:  python mqtt_publisher.py"

About

An simple publisher and subscriber examples using Python and Mosquitto.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages