Page 1 of 1

MQTT

Posted: Fri Mar 28, 2025 10:55 am
by Kalpesh Borle
How to set up and optimize MQTT for real-time IoT communication?

Re: MQTT

Posted: Wed Apr 09, 2025 10:26 am
by Mihir Fulari
Simply use a free MQTT broker like hivemq or mosquitto. You can then use libraries which enables MQTT subscribe and publish methods. These are available on both Arduino and Micropython, as well as embedded C (if you want industry accepted code). Then you can publish whatever values you want onto the server. Whichever device / microcontroller is connected to this server through the internet and is subscribed to the same topic, will be able to view the values in real-time!