_From @williamesp2015 on January 14, 2017 9:21_
I would like to migrate from ESP8266 to ESP32 using Asynchronous Websockets. Is there any changes to enable ESP32 for Asynchronous Websockets server and client?
Thank you
_Copied from original issue: espressif/esp-idf#232_
_From @negativekelvin on January 14, 2017 10:15_
Are you talking about https://github.com/me-no-dev/ESPAsyncWebServer ?
You should ask me-no-dev, post in that repo, or post in the arduino forum at esp32.com. This isn't the best place for discussions about items outside the scope of this sdk.
Do the recent changes on libwebsocket bring some hope ? https://github.com/warmcat/libwebsockets/search?q=esp32&type=Commits&utf8=%E2%9C%93
AsyncWebServer for ESP32 was implemented by @me-no-dev here: https://github.com/me-no-dev/ESPAsyncWebServer
AsyncTCP is here: https://github.com/me-no-dev/AsyncTCP
AsyncWebsockets still need to be implemented
The AsyncWebServer has WebSockets inside ;) No client though
So, solved!
The AsyncWebServer has WebSockets inside ;) No client though
would love a client x)
also need an async web socket client.
Most helpful comment
also need an async web socket client.