Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was 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

@liamcharmer

Description

@liamcharmer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions