Relative Content

Tag Archive for pythonmqtt

Parallel processing MQTT messages using python

I have a Python script (paho-mqtt) that subscribes to a topic on an MQTT broker and receives sensor data (around 600 messages per second). The size of the payload is roughly 60-70kb and it sends the payload to a socket by establishing a TCP/IP connection.