Skip to main content
santosh2
Visitor II
September 16, 2015
Question

Lwip DHCP Server Example

  • September 16, 2015
  • 1 reply
  • 3902 views
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.

    This topic has been closed for replies.

    1 reply

    stm32forum
    Associate III
    September 16, 2015
    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.