Name Date Size

..25-Oct-20244 KiB

abstract/H25-Oct-20244 KiB

CMakeLists.txtH A D25-Oct-202412.1 KiB

core/H25-Oct-20244 KiB

core-net/H25-Oct-20244 KiB

cose/H25-Oct-20244 KiB

drivers/H25-Oct-20244 KiB

event-libs/H25-Oct-20244 KiB

jose/H25-Oct-20244 KiB

misc/H25-Oct-20244 KiB

plat/H25-Oct-20244 KiB

README.mdH A D25-Oct-2024675

roles/H25-Oct-20244 KiB

secure-streams/H25-Oct-20244 KiB

system/H25-Oct-20244 KiB

tls/H25-Oct-20244 KiB

README.md

1## Library sources layout
2
3Code that goes in the libwebsockets library itself lives down ./lib
4
5Path|Sources
6---|---
7lib/core|Core lws code related to generic fd and wsi servicing and management
8lib/core-net|Core lws code that applies only if networking enabled
9lib/event-libs|Code containing optional event-lib specific adaptations
10lib/jose|JOSE / JWS / JWK / JWE implementations
11lib/misc|Code for various mostly optional miscellaneous features
12lib/plat|Platform-specific adaptation code
13lib/roles|Code for specific optional wsi roles, eg, http/1, h2, ws, raw, etc
14lib/system|Code for system-level features, eg, dhcpclient
15lib/tls|Code supporting the various TLS libraries
16
17