Skip to content

MQTT Python scripts

Unknown edited this page Oct 6, 2018 · 2 revisions

MQTT Python Scripts

Install pip3 and paho mqtt library on a raspberrypi

sudo apt-get update
sudo apt-get install -y python3-pip
pip3 install paho-mqtt

View scripts in repo.