Arduino-esp32: Asynchronous Websockets for ESP32

Created on 15 Jan 2017  路  8Comments  路  Source: espressif/arduino-esp32

_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_

to be implemented

Most helpful comment

also need an async web socket client.

All 8 comments

_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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

merlinschumacher picture merlinschumacher  路  4Comments

OAXP picture OAXP  路  4Comments

0x1abin picture 0x1abin  路  3Comments

NickChungVietNam picture NickChungVietNam  路  3Comments

jhowkis picture jhowkis  路  3Comments