1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/minimal-examples-lowlevel/secure-streams
2022-04-11 09:31:14 +01:00
..
minimal-secure-streams cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-alexa cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-avs examples: lgtm fixes now on by default 2021-11-29 15:18:15 +00:00
minimal-secure-streams-binance cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-blob cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-client-tx cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-cpp cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-custom-client-transport cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-hugeurl cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-metadata cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-metrics-proxy examples: move existing to m-e-lowlevel and start repoulating m-e with SS 2021-10-08 09:49:05 +01:00
minimal-secure-streams-mqtt minimal: ss: mqtt: update certificate 2022-03-15 10:28:09 +00:00
minimal-secure-streams-perf cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-policy2c minimal: ss: policy2c: update MQTT fields 2022-04-11 09:31:14 +01:00
minimal-secure-streams-post cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-proxy ss: mqtt: add ss mqtt minimal example 2021-11-17 09:54:12 +00:00
minimal-secure-streams-server examples: lgtm fixes now on by default 2021-11-29 15:18:15 +00:00
minimal-secure-streams-server-raw examples: lgtm fixes now on by default 2021-11-29 15:18:15 +00:00
minimal-secure-streams-sigv4 cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-smd cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-staticpolicy cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-stress cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-testsfail cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
minimal-secure-streams-threads cmake: Enable WITH_MINIMAL_EXAMPLES by default 2021-11-11 11:52:46 +00:00
README.md examples: move existing to m-e-lowlevel and start repoulating m-e with SS 2021-10-08 09:49:05 +01: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