mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00

Adds client support for MQTT QoS0 and QoS1, compatible with AWS IoT Supports stream binding where independent client connections to the same endpoint can mux on a single tcp + tls connection with topic routing managed internally.
4 lines
218 B
Markdown
4 lines
218 B
Markdown
|name|demonstrates|
|
|
---|---
|
|
minimal-mqtt-client|Simple demo for mqtt client operation
|
|
minimal-mqtt-client-multi|Demonstrates automatic binding / muxing of independent connections to share a single tcp / tls connection
|