Page 1 of 1

DHCP server on ethernet

Posted: Mon Sep 23, 2019 10:29 am
by PeterR
Documentation https://docs.espressif.com/projects/esp ... apter.html for

Code: Select all

tcpip_adapter_dhcps_start(tcpip_adapter_if_t tcpip_if)
states that DHCP is only supported for the Wi-Fi AP interface.

EDIT: There is a DHCP client in the lwip apps folder.

Has anyone managed to get a DHCP server working on the Ethernet interface?
EDIT: Also what are the issues in using the DHCP server on the Ethernet interface?
Is the issue simply that the dhcp_server library is single instance and so the tcpip_adapter_ library locks the server to the AP interface?