This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:m:mqtt [2022/01/11 00:39] nick |
dido:public:ra:xapend:xapend.a_glossary:m:mqtt [2022/01/11 01:17] (current) nick ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] | ||
| - | **Message Queuing Telemetry Transport (MQTT)** is a lightweight, [[dido:public:ra:xapend:xapend.a_glossary:p:publish-subscribe]] network [[dido:public:ra:xapend:xapend.a_glossary:p:protocol]] that transports messages between devices. The protocol usually runs over [[dido:public:ra:xapend:xapend.a_glossary:t:tcp]]/[[dido:public:ra:xapend:xapend.a_glossary:i:ip]], however, any network protocol that provides ordered, lossless, bi-directional connections can support MQTT. It is designed for connections with remote locations where resource constraints exist, or the network bandwidth is limited. The protocol is an open [[dido:public:ra:xapend:xapend.b_stds:tech:oasis:start]] standard [[dido:public:ra:xapend.stds:tech:oasis:mqtt]] and an ISO recommendation (ISO/IEC 20922). | + | **Message Queuing Telemetry Transport (MQTT)** is a lightweight, [[dido:public:ra:xapend:xapend.a_glossary:p:publish-subscribe]] network [[dido:public:ra:xapend:xapend.a_glossary:p:protocol]] that transports messages between devices. The protocol usually runs over [[dido:public:ra:xapend:xapend.a_glossary:t:tcp]]/[[dido:public:ra:xapend:xapend.a_glossary:i:ip]], however, any network protocol that provides ordered, lossless, bi-directional connections can support MQTT. It is designed for connections with remote locations where resource constraints exist, or the network bandwidth is limited. The protocol is an open [[dido:public:ra:xapend:xapend.b_stds:tech:oasis:start]] standard [[dido:public:ra:xapend:xapend.b_stds:tech:oasis:mqtt]] and an ISO recommendation [[dido:public:ra:xapend:xapend.b_stds:tech:iso:mqtt]]. |
| Source: [[https://en.wikipedia.org/wiki/MQTT ]] | Source: [[https://en.wikipedia.org/wiki/MQTT ]] | ||