cancel
Showing results for 
Search instead for 
Did you mean: 

Lwip DHCP Server Example

santosh2
Associate
Posted on September 16, 2015 at 09:25

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.

1 REPLY 1
stm32forum
Associate II
Posted on September 16, 2015 at 12:24

https://github.com/nodemcu/nodemcu-firmware/blob/master/app/lwip/app/dhcpserver.c

You can use parts of this.