1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/minimal-examples-lowlevel/mqtt-client
Chunho Lee 8e4336838a 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:52:38 +01:00
..
minimal-mqtt-client mqtt: allow indicating username and password are not on heap 2021-10-27 16:52:38 +01:00
minimal-mqtt-client-multi mqtt: allow indicating username and password are not on heap 2021-10-27 16:52:38 +01:00
README.md examples: move existing to m-e-lowlevel and start repoulating m-e with SS 2021-10-08 09:49:05 +01: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