Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant