1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/mqtt-client
Sakthi Kannan 9d099ba7be client: MQTT
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.
2020-03-04 12:17:49 +00:00
..
minimal-mqtt-client client: MQTT 2020-03-04 12:17:49 +00:00
minimal-mqtt-client-multi client: MQTT 2020-03-04 12:17:49 +00:00
README.md client: MQTT 2020-03-04 12:17:49 +00:00

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