mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
websocket: Initial version based on IDF 5.0
This commit is contained in:
11
components/esp_websocket_client/README.md
Normal file
11
components/esp_websocket_client/README.md
Normal 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)
|
Reference in New Issue
Block a user