MQTT offline broker

Hello All. I am trying to setup and use an offline MQTT broker. Any suggestions with this? Please let me know about it and thank you.

Assume you mean local?? Online locally on your network
Check out mosquitto

Yes a local one which won't use the TCP or connect to the internet. Thank you.

They will all use a TCP connection, even if just to localhost/127.0.0.1/::1

But as already suggested, running mosquitto on the same machine as Node-RED is probably the easiest

Thank you and yes I am checking out the mosquitto broker.

thank you very much for you suggestion I did work on the mosquitto broker and it is now workling fine as intended.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.