Introduction
MQTT is one of the 3 default protocols supported on the Virtual Private Mesh (the other 2 are HTTP (web) and SMTP (email).
The asynchronous nature of MQTT is used as to complement the synchronous nature of HTTP in communications between Console Devices.
If possible MQTT 3.1.1 should be used, although earlier MQTT versions 3 and 3.1 are also supported.
References
- GitHub - hobbyquaker/awesome-mqtt: A curated list of MQTT related stuff. ✨
- GitHub - HighVoltages/MQTTwebapp: In this video we will make MQTT web application or MQTT web dashboard using HTML, CSS and Java Script using the Paho mqtt library for Java script. Also this video explains how we can use the MQTT broker over websockets.
- http://www.steves-internet-guide.com/mqtt-websockets