aboutsummaryrefslogtreecommitdiff
path: root/doc-assets
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2020-02-29 12:37:24 +0000
committerAndy Green <andy@warmcat.com>2020-03-04 12:17:49 +0000
commit28ce32af64d8c32f51463aa6723a43fe4985d613 (patch)
tree8f90534b18e350595871f44e33a9304528ed3966 /doc-assets
parent9d099ba7be75d12290f2d541e33fbab924c7a961 (diff)
downloadlibwebsockets-28ce32af64d8c32f51463aa6723a43fe4985d613.tar.gz
client: secure streams
Secure Streams is an optional layer on top of lws that separates policy like endpoint selection and tls cert validation into a device JSON policy document. Code that wants to open a client connection just specifies a streamtype name, and no longer deals with details like the endpoint, the protocol (!) or anything else other than payloads and optionally generic metadata; the JSON policy contains all the details for each streamtype. h1, h2, ws and mqtt client connections are supported. Logical secure streams outlive any particular connection and supports "nailed-up" connectivity regardless of underlying connection stability.
Diffstat (limited to 'doc-assets')
-rw-r--r--doc-assets/ss-explain.pngbin0 -> 384256 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/doc-assets/ss-explain.png b/doc-assets/ss-explain.png
new file mode 100644
index 00000000..14bd7e79
--- /dev/null
+++ b/doc-assets/ss-explain.png
Binary files differ