Difference between revisions of "MQTT"
Line 4: | Line 4: | ||
* [[More DeepLens Projects]] | * [[More DeepLens Projects]] | ||
* [http://aws.amazon.com/deeplens/ Product page...] | * [http://aws.amazon.com/deeplens/ Product page...] | ||
− | * [http://mqtt.org/ | + | * [http://mqtt.org/ MQTT.org] |
MQTT (Message Queuing 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 minimise 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. | MQTT (Message Queuing 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 minimise 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. | ||
Line 10: | Line 10: | ||
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 | ||
− | <youtube> | + | <youtube>EIxdz-2rhLs</youtube> |
− | <youtube> | + | <youtube>2aHV2Fn0I60</youtube> |
Revision as of 15:55, 25 June 2018
MQTT (Message Queuing 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 minimise 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.