Files
esp-protocols/components/esp_websocket_client
Tomoyuki Sakurai d56b5d90ea feat(websocket): allow users to attach CA bundle
with esp_transport_ssl_crt_bundle_attach(), it is not necessary to
include a specific certificate. other protocol clients, such as
esp_http_client, do the same.

fixes #48
2022-06-02 12:29:22 +07:00
..
2022-05-25 20:12:38 +04:00

ESP WEBSOCKET CLIENT

The esp-websocket_client component is a managed component for esp-idf that contains implementation of WebSocket protocol client for ESP32

Examples

Get started with example test Example:

Documentation