mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-28 05:09:24 +01:00
1.6.0 Features - add WEBSOCKET_EVENT_HEADER_RECEIVED (#827) (18f0d028, #715) - enhance example with docs, pytest setup, and standalone test server - Add comprehensive README with TOC and quick start - Add pytest setup and certificate generation scripts - Add standalone WebSocket test server with TLS support - Add troubleshooting and multiple testing approaches (cad527d2) - Add websocket HTTP redirect (ce1560ac) Bug Fixes - remove redundant timeout check in client task loop (1e83bee4) - fix PING timing - enable periodic PING during active traffic (7f424325) - Update linux build docs on required libs (e52a5757) - clean up component dependencies - Remove unused 'json', 'nvs_flash', 'esp_stubs', dependency from Linux build configuration - Add cJSON dependency to target example's idf_component.yml (d665e6f1) - fix relying on asprintf() to NULL strp on failure (54eb0027) - Update Remaining Websocket Echo Server (#893) (18faeb3d) - avoid long stopping time when waiting to auto-reconnect (2432e41d) - Update Websocket Echo Server (94bd5b07) Updated - ci(common): Update test component dir for IDFv6.0 (18418c83)
7 lines
202 B
YAML
7 lines
202 B
YAML
version: "1.6.0"
|
|
description: WebSocket protocol client for ESP-IDF
|
|
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
|
|
dependencies:
|
|
idf:
|
|
version: ">=5.0"
|