tree: b1ae4df80b5a66e3b9caf9cd08b0619dae278dcc [path history] [tgz]
  1. abstract/
  2. core/
  3. core-net/
  4. cose/
  5. drivers/
  6. event-libs/
  7. jose/
  8. misc/
  9. plat/
  10. roles/
  11. secure-streams/
  12. system/
  13. tls/
  14. CMakeLists.txt
  15. README.md
lib/README.md

Library sources layout

Code that goes in the libwebsockets library itself lives down ./lib

PathSources
lib/coreCore lws code related to generic fd and wsi servicing and management
lib/core-netCore lws code that applies only if networking enabled
lib/event-libsCode containing optional event-lib specific adaptations
lib/joseJOSE / JWS / JWK / JWE implementations
lib/miscCode for various mostly optional miscellaneous features
lib/platPlatform-specific adaptation code
lib/rolesCode for specific optional wsi roles, eg, http/1, h2, ws, raw, etc
lib/systemCode for system-level features, eg, dhcpclient
lib/tlsCode supporting the various TLS libraries