DHCP server on ethernet
Posted: Mon Sep 23, 2019 10:29 am
Documentation https://docs.espressif.com/projects/esp ... apter.html for
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?
Code: Select all
tcpip_adapter_dhcps_start(tcpip_adapter_if_t tcpip_if)
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?