esp_websocket_client: Add websocket client component

Closes https://github.com/espressif/esp-idf/issues/2829
This commit is contained in:
Tuan
2019-06-20 15:37:40 +08:00
committed by Angus Gratton
parent 092179207e
commit 2a2d932cfe
21 changed files with 1147 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
menu "Example Configuration"
config WEBSOCKET_URI
string "Websocket endpoint URI"
default "ws://echo.websocket.org";
help
URL of websocket endpoint this example connects to and sends echo
endmenu