Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 595 Bytes

mqtt.md

File metadata and controls

17 lines (13 loc) · 595 Bytes
layout title sections
guide
MQTT
mqtt/_clients.md
mqtt/_quick-start.md
mqtt/_api.md

MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport.

The Things Network uses MQTT to publish device activations and messages, but also allows you to publish a message for a specific device in response.

Prerequisites