Difference between revisions of "MQTT"
Line 6: | Line 6: | ||
* [http://mqtt.org/ MQTT.org] | * [http://mqtt.org/ MQTT.org] | ||
− | MQTT ( | + | MQTT (MQ Telemetry Transport) is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. The design principles are to minimize network bandwidth and device resource requirements whilst also attempting to ensure reliability and some degree of assurance of delivery. These principles also turn out to make the protocol ideal of the emerging “machine-to-machine” (M2M) or “Internet of Things” world of connected devices, and for mobile applications where bandwidth and battery power are at a premium. NOTE: MQTT does NOT support queuing, so 'Message Queue Telemetry Transport' term isn't used any longer. |
https://www.hivemq.com/wp-content/uploads/Screen-Shot-2014-10-22-at-12.21.07.png | https://www.hivemq.com/wp-content/uploads/Screen-Shot-2014-10-22-at-12.21.07.png |
Revision as of 15:57, 25 June 2018
MQTT (MQ Telemetry Transport) is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. The design principles are to minimize network bandwidth and device resource requirements whilst also attempting to ensure reliability and some degree of assurance of delivery. These principles also turn out to make the protocol ideal of the emerging “machine-to-machine” (M2M) or “Internet of Things” world of connected devices, and for mobile applications where bandwidth and battery power are at a premium. NOTE: MQTT does NOT support queuing, so 'Message Queue Telemetry Transport' term isn't used any longer.