Skip to content

MQTT Python scripts

suiluj edited this page May 28, 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
Clone this wiki locally