KyleBenson / scale_client

The Python-based SCALE Client software for acquiring data from various sensors (i.e. via Raspberry Pi platform), processing it, and sharing it through multiple networks and data exchange protocols.
http://scale.ics.uci.edu/
Other
4 stars 8 forks source link

MQTTEventSink to use paho-mqtt in place of mosquitto #27

Closed bfrggit closed 7 years ago

bfrggit commented 8 years ago

The Python mosquitto project was donated to paho 2 years ago. The python-mosquitto package seems to be out-dated. I had trouble using it for ca file based encryption, while I succeeded in paho. I think at some point we will need to change the corresponding code in MQTTEventSink to use paho in place of mosquitto.