1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00
libwebsockets/minimal-examples/mqtt-client
Andy Green b6004e08c9 mqtt: allow indicating client_id is not on heap
Not sure why we don't leave any freeing to the caller, but since we don't
allow indicating that the provided client id should not be freed.
2021-10-05 07:09:47 +01:00
..
minimal-mqtt-client mqtt: allow indicating client_id is not on heap 2021-10-05 07:09:47 +01:00
minimal-mqtt-client-multi ss: mass update LE root to isrg part 2 2021-10-05 06:48:03 +01: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