• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

CMakeLists.txtD23-Nov-20232 KiB8069

README.mdD23-Nov-2023421 2515

minimal-mqtt-client-multi.cD23-Nov-202311.2 KiB

selftest.sh.broken-on-travisD23-Nov-2023660 338

warmcat.com.cerD23-Nov-20233.5 KiB5958

wget-logD23-Nov-2023631 149

README.md

1# lws minimal MQTT client multi
2
3## build
4
5```
6 $ cmake . && make
7```
8
9## usage
10
11The application goes to https://warmcat.com and receives the page data
12same as minimal http client.
13
14However it does it for 8 client connections concurrently.
15
16## Commandline Options
17
18Option|Meaning
19---|---
20-c <conns>|Count of simultaneous connections (default 8)
21-s|Stagger the connections by 100ms, the last by 1s
22-p|Use stream binding
23
24
25