2015-09-16 12:25 AM
Hi,
I am working on STM324x9I-Evaluation board. In the example programs provided by ST I was able to test DHCP client using Lwip stack successfully on the board however i could not find any example program or documentation on how to test DHCP server using lwip stack by ST.Can anyone please share sample code or give any details of how to make DHCP server using lwip stack work on the evaluation board. Thanks to all in advance.2015-09-16 03:24 AM
https://github.com/nodemcu/nodemcu-firmware/blob/master/app/lwip/app/dhcpserver.c
You can use parts of this.