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
Andy Green d3308df40f windows: pthreads
Add support for external pthreads lib on windows and some docs about how to do.

It can build with LWS_WITH_THREADPOOL and LWS_WITH_MINIMAL_EXAMPLES including the
pthreads-dependent ones without warnings or errors on windows platform as well with this.

pthreads_t can be anything, including a struct - not a pointer-to-a-struct
but the struct itself.  These can't be cast to a void * for printing as they can
on linux, where the base type is a pointer.

Let's fix all the usage of those to determine their own thread index in terms
of the meaning to the program rather than as a tid.
2020-04-07 14:05:21 +01:00
..
CMakeLists.txt client: MQTT 2020-03-04 12:17:49 +00: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