Mqtt Client Server

Table of Contents

Example Summary

This example introduce the MQTT Client Server library API and usage.

Peripherals Exercised

LED indication Led Color Interpretation
Solidly on Green Indicate Simplelink is properly up - Every Reset / Initialize
Blinking Red Device is trying to connect to AP - Every Reset / Initialize
Solidly off All Device connected and working - Only after connection

Example Usage

The application have two MQTT entities
MQTT Client Role - Can connect to remote broker

MQTT Server Role - Broker that is ready for external client connection

Both MQTT roles have internal loopback to allow topic forwarding.

Application Design Details

References

MQTT Org - MQTT Home page
MQTT v3.1.1 specification
MQTT v3.1 specification