zephyr/subsys/net/lib/http
Jukka Rissanen d70c7383de net: websocket: Initial support for server websocket
This commit creates a websocket library that can be used by
applications. The websocket library implements currently only
server role and it uses services provided by net-app API.
The library supports TLS if enabled in configuration file.

This also adds websocket calls to HTTP app server if websocket
connection is established.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-03-15 15:17:36 +02:00
..
CMakeLists.txt
http_client.c net: http: Provide destination address in http replies 2018-03-05 10:23:17 +01:00
http_parser_url.c
http_parser.c
http_server.c net: websocket: Initial support for server websocket 2018-03-15 15:17:36 +02:00
http.c net: websocket: Initial support for server websocket 2018-03-15 15:17:36 +02:00
Kconfig net: websocket: Initial support for server websocket 2018-03-15 15:17:36 +02:00
README_http_parser