From HFML-FELIX Wiki
Jump to: navigation, search

Introduction

[edit | edit source]

MQTT[1] is a Client Server publish/subscribe messaging transport protocol. It is light weight, open, simple, and designed so as to be easy to implement. These characteristics make it ideal for use in many situations, including constrained environments such as for communication in Machine to Machine (M2M) and Internet of Things (IoT) contexts where a small code footprint is required and/or network bandwidth is at a premium.[2]

The MQTT publish/subscribe model.

We use MQTT to implement a client/server model with the possibility of redundant connections.

References

[edit | edit source]