Lwip DHCP Server Example
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-09-16 12:25 AM
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 discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-09-16 3:24 AM
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.