MQTT

From IoT with AME
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Home

MQTT - A Protocol for Connecting IoT Devices

MQTT is a really simple protocol that connected devices can use to publish and receive messages. Messages have a topic and may contain an arbitrary payload. Devices never talk to each other directly. A server (MQTT broker) receives published messages and distributes them to subscribers by matching message topics with subscribed-to topics.

Home