MQTT

MQTT[1] (MQ Telemetry Transport or Message Queue Telemetry Transport) is an ISO standard (ISO/IEC PRF 20922)[2] publish-subscribe-based "lightweight" messaging protocol for use on top of the TCP/IP protocol. It is designed for connections with remote locations where a "small code footprint" is required or the network bandwidth is limited. The publish-subscribe messaging pattern requires a message broker. The broker is responsible for distributing messages to interested clients based on the topic of a message. Andy Stanford-Clark and Arlen Nipper of Cirrus Link authored the first version of the protocol in 1999.[3]

The specification does not specify the meaning of "small code footprint" or the meaning of "limited network bandwidth". Thus, the protocol's availability for use depends on the context. In 2013, IBM submitted MQTT v3.1 to the OASIS specification body with a charter that ensured only minor changes to the specification could be accepted.[4] MQTT-SN [5] is a variation of the main protocol aimed at embedded devices on non-TCP/IP networks, such as ZigBee.

Historically, the "MQ" in "MQTT" came from IBM's MQ Series message queuing product line.[6] However, queuing itself is not required to be supported as a standard feature in all situations.[7]

Alternative protocols include the Advanced Message Queuing Protocol (AMQP), Streaming Text Oriented Messaging Protocol (STOMP) the IETF Constrained Application Protocol,[8] XMPP[9][10] and Web Application Messaging Protocol (WAMP).

MQTT methods

MQTT defines methods (sometimes referred to as verbs) to indicate the desired action to be performed on the identified resource. What this resource represents, whether pre-existing data or data that is generated dynamically, depends on the implementation of the server. Often, the resource corresponds to a file or the output of an executable residing on the server.

Connect
Waits for a connection to be established with the server.
Disconnect
Waits for the MQTT client to finish any work it must do, and for the TCP/IP session to disconnect.
Subscribe
Waits for completion of the Subscribe or UnSubscribe method.
UnSubscribe
Requests the server unsubscribe the client from one or more topics.
Publish
Returns immediately to the application thread after passing the request to the MQTT client.

Real-world applications

MQTT is designed to support wireless networks with varying levels of latency due to occasional bandwidth constraints or unreliable connections.[11] There are several projects that implement MQTT. Examples are:

See also

References

  1. "MQTT 3.1.1 specification". OASIS. December 10, 2015. Retrieved April 25, 2017.
  2. "ISO/IEC 20922:2016 Information technology -- Message Queuing Telemetry Transport (MQTT) v3.1.1". iso.org. International Organization for Standardization. June 15, 2016.
  3. "10th birthday party". MQTT.org. July 2009. Retrieved April 25, 2015.
  4. "OASIS Message Queuing Telemetry Transport (MQTT) Technical Committee". OASIS. Retrieved May 9, 2014.
  5. Stanford-Clark, Andy; Hong Linh Truong (November 14, 2013). "MQTT For Sensor Networks (MQTT-SN) Protocol Specification Version 1.2" (PDF). mqtt.org. MQTT. p. 27. Retrieved May 9, 2014.
  6. "IBM WebSphere MQ". IBM. Retrieved November 18, 2013.
  7. Piper, Andy (February 19, 2013). "Choosing Your Messaging Protocol: AMQP, MQTT, or STOMP". blogs.vmware.com. VMware Blogs. p. 1. Retrieved October 23, 2013.
  8. Shelby, Zach; Hartke, Klaus; Bormann, Carsten (June 26, 2014). "Constrained Application Protocol (CoAP) RFC 7252". tools.ietf.org. IETF. p. 1. Retrieved November 15, 2015.
  9. XMPP community (November 1, 2013). "InternetOfThings". wiki.xmpp.org. XMPP wiki. p. 1. Retrieved May 9, 2014.
  10. Baker, Fred; Meyer, David (June 21, 2011). "Internet Protocols for the Smart Grid RFC 6272". datatracker.ietf.org. IETF. p. 1. Retrieved May 9, 2014.
  11. "Definition MQTT (MQ Telemetry Transport)". internetofthingsagenda.techtarget.com. TechTarget. December 29, 2015. p. 1. Retrieved March 8, 2016.
  12. Zhang, Lucy (August 12, 2011). "Building Facebook Messenger". facebook.com/Engineering. Facebook. p. 1. Retrieved October 15, 2015. By maintaining an MQTT connection and routing messages through our chat pipeline, we were able to often achieve phone-to-phone delivery in the hundreds of milliseconds, rather than multiple seconds.
  13. Wood, Daren; Robson, Dave (August 13, 2012). "Message broker technology for flexible signalling control" (PDF). irse.org. IRSE. p. 7. Retrieved March 31, 2014.
  14. Barr, Jeff (October 8, 2015). "AWS IoT - Cloud Services for Connected Devices". aws.amazon.com. Amazon Web Services. p. 1. Retrieved October 21, 2015.
  15. "AWS IoT". aws.amazon.com/iot. Amazon Web Services. p. 1. Retrieved July 1, 2017.
  16. Brothers, Reginald (January 25, 2016). "S&T’s Internet of Things Pilot Demonstrates 'State of the Practical'". dhs.gov. p. 1. Retrieved March 31, 2016.
  17. "OpenStack Firehose - The unified message bus for Infra services". docs.openstack.org. OpenStack Infastructure Team. p. 1. Retrieved August 30, 2016.
  18. "Coming Soon: Adafruit IO". blog.adafruit.com. Adafruit Industries. September 16, 2014. p. 1. Retrieved March 29, 2017.
  19. "The Internet of Things for Everyone". io.adafruit.com. Adafruit. p. 1. Retrieved July 1, 2017.
  20. Dotchkoff, Konstantin; Betts, Dominic; Kshirsagar, Dhanashri; mastermanu; Damaggio, Elio (March 1, 2017). "Understanding Microsoft Azure MQTT Support". docs.microsoft.com. Microsoft. p. 1. Retrieved March 29, 2017.
  21. "The story of MQTT Buddy begins!". mqtt.ximxim.com. XIM, Inc. February 24, 2017. p. 1. Retrieved July 1, 2017.
  22. "MQTT Buddy". mqtt.ximxim.com. XIM, Inc. Retrieved July 1, 2017.
  23. Community staff writer (June 14, 2016). "Version 0.14 released". nodered.org/blog. Node-RED. Retrieved July 6, 2016. MQTT with TLS support
  24. Home Assistant Community (August 7, 2015). "MQTT". home-assistant.io. Home Assistant Community. Retrieved August 4, 2017.
  25. Home Assistant Community (August 7, 2015). "MQTT Brokers". home-assistant.io. Home Assistant Community. Retrieved August 4, 2017. The MQTT component needs you to run an MQTT broker for Home Assistant to connect to. There are four options, each with various degrees of ease of setup and privacy.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.