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/minimal-mqtt-client-multi
2020-06-27 07:57:22 +01:00
..
CMakeLists.txt context: option to disable system state management 2020-06-27 07:57:22 +01:00
minimal-mqtt-client-multi.c windows: pthreads 2020-04-07 14:05:21 +01:00
README.md client: MQTT 2020-03-04 12:17:49 +00:00
selftest.sh.broken-on-travis client: MQTT 2020-03-04 12:17:49 +00:00
warmcat.com.cer client: MQTT 2020-03-04 12:17:49 +00:00
wget-log client: MQTT 2020-03-04 12:17:49 +00:00

lws minimal MQTT client multi

build

 $ cmake . && make

usage

The application goes to https://warmcat.com and receives the page data same as minimal http client.

However it does it for 8 client connections concurrently.

Commandline Options

Option Meaning
-c Count of simultaneous connections (default 8)
-s Stagger the connections by 100ms, the last by 1s
-p Use stream binding