14 lines
353 B
Markdown
14 lines
353 B
Markdown
# MQTT Examples
|
|
|
|
Small examples for the shared MQTT wrapper.
|
|
|
|
The examples use an explicit broker IP address. Replace `192.168.1.50` with the
|
|
real address of the machine running the broker.
|
|
|
|
TLS is enabled by default in the broker stack. For Wireshark testing, start the
|
|
broker with `MQTT_TLS_ENABLED=false` and use the plain example path.
|
|
|
|
|
|
# On asus
|
|
|