Installing MQTT on Private Bench on Frappe Cloud

Hi,

I have a Private Bench With a Custom Application & ERPNext Installed.
Currently I have IOT Devices that are sending data to my Custom App using HTTP.

I am wondering Can I install Mosquitto MQTT Broker on the bench so that these IOT Devices can send Telemetry Data To my Custom App or ERPNext?

The Goal is to monitor industrial machines for their status, runtime to create Downtime Logs & Preventive Maintenance Actions.

Hi,

If you can use this: paho-mqtt ยท PyPI

You can install it by adding it in requirements.txt file.

Thanks,

Divyesh M.