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
Chunho Lee b843c09dc2 mqtt: allow indicating username and password are not on heap
Fix minimal-mqtt-client and minimal-mqtt-client-multi from crashes
by allowing indicating username and password are not on heap.
2021-10-27 16:55:12 +01:00
..
minimal-mqtt-client mqtt: allow indicating username and password are not on heap 2021-10-27 16:55:12 +01:00
minimal-mqtt-client-multi mqtt: allow indicating username and password are not on heap 2021-10-27 16:55:12 +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