Skip to content

MQTT blocks

Jaume Olivé Petrus edited this page Oct 29, 2017 · 6 revisions

MQTT is an ISO standard (ISO/IEC PRF 20922) 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.

List of MQTT blocks

Clone this wiki locally