Simple WebSocket code for ESP32
Posted: Fri Jun 01, 2018 10:16 am
by hiteshpratyushv
I am trying to make a simple websocket which can receive messages from a client and send a reply back to it.
I would be great if someone could help me with this.
Thank you
Re: Simple WebSocket code for ESP32
Posted: Sat Jun 02, 2018 3:37 pm
by kolban
In case it is of use to you, I had a go at writing an HTTP server that included WebSocket support ... the docs for it can be found here:
https://github.com/nkolban/esp32-snippe ... Server.pdf
and the project including this code found here:
https://github.com/nkolban/esp32-snippets
Re: Simple WebSocket code for ESP32
Posted: Wed Oct 03, 2018 1:39 pm
by anandvilayil
hi everybody
is there anyone have web-socket client code for esp-idf platform.?
thank you.