|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| abstract/ | H | 25-Apr-2025 | - | 2,598 | 1,595 |
| core/ | H | 25-Apr-2025 | - | 6,583 | 4,558 |
| core-net/ | H | 25-Apr-2025 | - | 16,575 | 10,679 |
| cose/ | H | 25-Apr-2025 | - | 3,514 | 2,497 |
| drivers/ | H | 25-Apr-2025 | - | 3,043 | 1,803 |
| event-libs/ | H | 25-Apr-2025 | - | 4,392 | 2,998 |
| jose/ | H | 25-Apr-2025 | - | 5,575 | 3,321 |
| misc/ | H | 25-Apr-2025 | - | 14,585 | 9,553 |
| plat/ | H | 25-Apr-2025 | - | 8,886 | 5,701 |
| roles/ | H | 25-Apr-2025 | - | 43,745 | 31,579 |
| secure-streams/ | H | 25-Apr-2025 | - | 13,023 | 8,626 |
| system/ | H | 25-Apr-2025 | - | 5,982 | 3,646 |
| tls/ | H | 25-Apr-2025 | - | 21,994 | 13,602 |
| CMakeLists.txt | H A D | 25-Apr-2025 | 11.7 KiB | 385 | 321 |
| README.md | H A D | 25-Apr-2025 | 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