atraides / techflurry-controller

MIT License
0 stars 0 forks source link

Process data from MQTT #2

Closed atraides closed 2 years ago

atraides commented 2 years ago

On the server side we need am MQTT client to process data coming from the satellite devices via MQTT

Requirements:

atraides commented 2 years ago

https://www.emqx.com/en/blog/comparision-of-python-mqtt-client https://pypi.org/project/paho-mqtt/

Gallyano commented 2 years ago

https://www.emqx.com/en/blog/comparision-of-python-mqtt-client does not support mqtt 5.0

atraides commented 2 years ago

Test cases need update with the new disconnect function.