Difference between revisions of "MQTT"

From
Jump to: navigation, search
Line 1: Line 1:
 +
{{#seo:
 +
|title=PRIMO.ai
 +
|titlemode=append
 +
|keywords=artificial, intelligence, machine, learning, models, algorithms, data, singularity, moonshot, Tensorflow, Google, Nvidia, Microsoft, Azure, Amazon, AWS
 +
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools
 +
}}
 
[http://www.youtube.com/results?search_query=MQTT+message+queuing+telemetry+transport+IoT YouTube search...]
 
[http://www.youtube.com/results?search_query=MQTT+message+queuing+telemetry+transport+IoT YouTube search...]
 +
[http://www.google.com/search?q=MQTT+message+queuing+telemetry+transport+IoT+deep+machine+learning+ML+artificial+intelligence ...Google search]
  
 
* [[DeepLens - deep learning enabled video camera]]
 
* [[DeepLens - deep learning enabled video camera]]

Revision as of 18:30, 2 February 2019

YouTube search... ...Google search

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.

thunderball-overview.png



setup-wide_MM7qelgW9w.png

Message Queuing Telemetry Transport (MQTT); a lightweight messaging protocol (publish/subscribe) for small sensors and mobile devices, optimized for low bandwidth, high-latency or unreliable networks.