SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.52k stars 491 forks source link

Websocket client #651

Open pburgio opened 6 years ago

pburgio commented 6 years ago

Hello everybody,

I need to open a websocket client connection to exchange data with our server, but it seems that only a ws server is supported to work with the OS (examples/httpd)

Does anyone kindly know whether someone is putting efforts in this direction? Or, if there is something I am missing?

Best Paolo

apiel commented 5 years ago

I implemented a minimal ws client there https://github.com/apiel/MHB_sonoff/blob/master/web_client.cpp but are you sure there is nothing in the extra libraries. Maybe it exist but there is no example...

nonameplum commented 4 years ago

Any updates on this?