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?