1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/secure-streams
Andy Green 0ff5a1df75 ctest: sspc proxy minimal
CTest does not directly support daemon spawn as part of the test flow,
we have to specify it as a "fixture" dependency and then hack up daemonization
in a shellscript... this last part unfortunately limits its ability to run to
unix type platforms.

On those though, if the PROXY_API cmake option is enabled, the ctest flow will
spawn the proxy and run lws-minimal-secure-strems-client against it
2020-12-01 15:38:20 +00:00
..
minimal-secure-streams ctest: sspc proxy minimal 2020-12-01 15:38:20 +00:00
minimal-secure-streams-alexa windows: build fixes 2020-09-30 06:42:09 +01:00
minimal-secure-streams-avs windows: build fixes 2020-09-30 06:42:09 +01:00
minimal-secure-streams-client-tx windows: build fixes 2020-09-30 06:42:09 +01:00
minimal-secure-streams-metadata windows: build fixes 2020-09-30 06:42:09 +01:00
minimal-secure-streams-policy2c ss: metadata: rename value to add reminder about heap 2020-10-19 16:34:54 +01:00
minimal-secure-streams-post windows: build fixes 2020-09-30 06:42:09 +01:00
minimal-secure-streams-proxy lws_smd: system message distribution 2020-06-27 07:57:22 +01:00
minimal-secure-streams-seq windows: build fixes 2020-09-30 06:42:09 +01:00
minimal-secure-streams-server windows: build fixes 2020-09-30 06:42:09 +01:00
minimal-secure-streams-server-raw windows: build fixes 2020-09-30 06:42:09 +01:00
minimal-secure-streams-smd windows: build fixes 2020-09-30 06:42:09 +01:00
minimal-secure-streams-staticpolicy ss: rx metadata 2020-09-16 13:10:26 +01:00
README.md client: secure streams 2020-03-04 12:17:49 +00:00

Secure Streams

Secure Streams is a client API that strictly decouples the policy for connections from the payloads. The user code only deals with the stream type name and payloads, a policy database set at lws_context creation time decides all policy about the connection, including the endpoint, tls CA, and even the wire protocol.

name demonstrates
minimal-secure-streams Minimal secure streams client / proxy example
minimal-secure-streams-tx Proxy used for client-tx test below
minimal-secure-streams-client-tx Secure streams client showing tx and rx