Daily Archives: February 25, 2017

Python and MQTT

I got python to subscribe to an MQTT broker from a CentOS 6 box. First off you need to install the mqtt libraries for python.  In this example we use the paho-mqtt libraries. You don’t use YUM, you use easy_install. … Continue reading

Posted in Technical, Training | 1 Comment