mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-05-02 07:10:01 +00: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.
218 B
218 B
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 |