Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

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

Open
liamcharmer opened this issue Nov 2, 2024 · 0 comments

Comments

@liamcharmer
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant