OVMS3-idf/examples/protocols/websocket/main
Marius Vikhammer ffeda3003c tcp_transport/ws_client: websockets now correctly handle messages longer than buffer
transport_ws can now be read multiple times in a row to read frames larger than the buffer.

Added reporting of total payload length and offset to the user in websocket_client.

Added local example test for long messages.

Closes IDF-1083
2020-01-06 17:18:13 +08:00
..
CMakeLists.txt examples: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk esp_websocket_client: Add websocket client component 2019-06-20 15:37:40 +08:00
Kconfig.projbuild websocket_client: added example_test with a local websocket server 2019-12-12 11:00:58 +08:00
websocket_example.c tcp_transport/ws_client: websockets now correctly handle messages longer than buffer 2020-01-06 17:18:13 +08:00