esp-protocols/components/esp_websocket_client
david-cermak bcab28c1b8
Merge pull request #633 from bryghtlabs-richard/feat/websocketBeginEnd
Feat/websocket: begin end thread events (IDFGH-13507)
2024-08-20 16:41:52 +02:00
..
examples feat(websocket): add events for begin/end thread 2024-08-16 14:45:54 -05:00
include feat(websocket): add events for begin/end thread 2024-08-16 14:45:54 -05:00
test fix(websocket): Added unit tests to CI + minor fix to pass it 2023-05-17 07:14:48 +02:00
.cz.yaml bump(websocket): 1.2.2 -> 1.2.3 2024-03-22 14:37:13 +04:00
CHANGELOG.md bump(websocket): 1.2.2 -> 1.2.3 2024-03-22 14:37:13 +04:00
CMakeLists.txt fix(websocket): fix esp_event dependency management 2024-03-08 10:10:48 -06:00
esp_websocket_client.c Merge pull request #633 from bryghtlabs-richard/feat/websocketBeginEnd 2024-08-20 16:41:52 +02:00
idf_component.yml bump(websocket): 1.2.2 -> 1.2.3 2024-03-22 14:37:13 +04:00
Kconfig feat(websocket): Optimize memory size for websocket client init 2022-06-28 21:09:05 +08:00
LICENSE websocket: Initial version based on IDF 5.0 2022-03-02 15:48:43 +04:00
README.md docs(common): updated component and example links 2023-04-19 11:58:05 +04:00

ESP WEBSOCKET CLIENT

Component Registry

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