First page Back Continue Last page Overview Image

MQTT w/ Int. of Toasters (Message Queue Telemetry Transport)


Notes:

MQTT is a network service, a software message broker. It’s job is to accept messages from publishers and send them to subscribers. It does this with topics which look like file system paths. A publisher, like a smart temperature sensor will publish a message. The broker then takes the message ...