• Home
Name Date Size #Lines LOC

..--

abstract/07-Sep-2024-2,5981,595

core/07-Sep-2024-6,6334,599

core-net/07-Sep-2024-16,63110,714

cose/07-Sep-2024-3,5212,502

drivers/07-Sep-2024-3,0431,803

event-libs/07-Sep-2024-4,3932,999

jose/07-Sep-2024-5,5753,321

misc/07-Sep-2024-14,5899,557

plat/07-Sep-2024-8,9035,717

roles/07-Sep-2024-43,90131,709

secure-streams/07-Sep-2024-13,5209,018

system/07-Sep-2024-5,9843,647

tls/07-Sep-2024-22,11813,708

CMakeLists.txtD07-Sep-202412.1 KiB393326

README.mdD07-Sep-2024675 1713

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