websocket: Initial version based on IDF 5.0

This commit is contained in:
gabsuren
2022-03-01 13:42:35 +04:00
parent b3c777ad43
commit 80c3cf0f02
18 changed files with 528 additions and 6 deletions

View File

@ -0,0 +1,11 @@
# ESP WEBSOCKET CLIENT
The `esp-websocket_client` component is a managed component for `esp-idf` that contains implementation of [WebSocket protocol client](https://datatracker.ietf.org/doc/html/rfc6455) for ESP32
## Examples
Get started with example test [Example](examples/README.md):
## Documentation
* View the full [html documentation](https://espressif.github.io/esp-protocols/esp_websocket_client/index.html)