Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
abstract/ | 12-May-2024 | - | 2,598 | 1,595 | ||
core/ | 12-May-2024 | - | 6,583 | 4,558 | ||
core-net/ | 12-May-2024 | - | 16,581 | 10,682 | ||
cose/ | 12-May-2024 | - | 3,514 | 2,497 | ||
drivers/ | 12-May-2024 | - | 3,043 | 1,803 | ||
event-libs/ | 12-May-2024 | - | 4,392 | 2,998 | ||
jose/ | 12-May-2024 | - | 5,575 | 3,321 | ||
misc/ | 12-May-2024 | - | 14,589 | 9,557 | ||
plat/ | 12-May-2024 | - | 8,887 | 5,702 | ||
roles/ | 12-May-2024 | - | 43,745 | 31,579 | ||
secure-streams/ | 12-May-2024 | - | 13,023 | 8,626 | ||
system/ | 12-May-2024 | - | 5,982 | 3,646 | ||
tls/ | 12-May-2024 | - | 21,997 | 13,604 | ||
CMakeLists.txt | D | 12-May-2024 | 11.7 KiB | 385 | 321 | |
README.md | D | 12-May-2024 | 675 | 17 | 13 |
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