ESPAsyncWebServer icon indicating copy to clipboard operation
ESPAsyncWebServer copied to clipboard

ESPAsyncWebServer.h over ethernet? Hosting web socket server over ethernet is it possible?

Open liamcharmer opened this issue 1 year ago • 0 comments

Worked perfectly fine with ethernet. But when trying to connect a ENC28J60 ethernet module. It just doesn't work.

When I include

#include <tcpip_adapter.h>

void setup() {
  tcpip_adapter_init();

It stops the device restarting. However still does not seem to work. Has anyone managed to reliably get a Web Socket server running on an ESP32 with Ethernet module?

There seems to be a library https://github.com/khoih-prog/AsyncWebServer_Ethernet but doesn't support ESP32.

liamcharmer avatar Nov 02 '24 19:11 liamcharmer