1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
Commit graph

10 commits

Author SHA1 Message Date
Andy Green
c8b9ac4aaf seq: remove last vestiges
Sequencer went away a while ago, remove api tests and minimal examples.

Use Secure Streams to get an object with a lifetime longer than a wsi that
can autonomously retry.
2022-03-15 10:28:09 +00:00
Chunho Lee
3af7a16531 ss: mqtt: add support for retained message 2022-03-15 10:28:09 +00:00
Chunho Lee
f57d84f6fc minimal: ss: mqtt: update certificate
test.mosquitto.org mutual auth certs only have a 6mo lifetime...
2022-03-15 10:28:09 +00:00
Chunho Lee
a34e60581c minimal: ss: policy2c: add more MQTT related fields
This adds 'aws_iot', 'birth_topic', and 'birth_message'
on policy2c.
2022-03-15 10:28:09 +00:00
Andy Green
3feddc06a4 examples: lgtm fixes now on by default 2021-11-29 15:18:15 +00:00
Chunho Lee
e2e020f954 ss: mqtt: add ss mqtt minimal example
Adds an example for Secure Stream MQTT.
2021-11-17 09:54:12 +00:00
Andy Green
53d195022f cmake: Enable WITH_MINIMAL_EXAMPLES by default
Although many of the examples must be run from the example directory as
cwd, everyone getting started probably wants to try the examples, cmake
knows how to do it, so let's enable it by default.
2021-11-11 11:52:46 +00:00
Andy Green
2ce2447397 minimal: ss: handle usleep in win32
AG: also take care of additional requirements for tests that need h2
2021-10-28 16:50:28 +01:00
Andy Green
51e4cc8258 ss: mass update LE root to ISRG X1 2021-10-08 09:49:06 +01:00
Andy Green
8fd1ea6180 examples: move existing to m-e-lowlevel and start repoulating m-e with SS 2021-10-08 09:49:05 +01:00