sumnerboy12 / mqtt-gpio-monitor

Python script for sending/receiving commands to/from GPIO pins via MQTT messages
46 stars 23 forks source link

mosquitto.py is outdated #1

Closed ralight closed 10 years ago

ralight commented 10 years ago

You should start using the Paho Python client (paho-mqtt) instead of mosquitto.py. It's the same client, just a slightly different name space and is the future of that Python client.

sumnerboy12 commented 10 years ago

Thanks Roger. Have updated to Paho.