Altera_Forum
Honored Contributor
20 years agoDHCP Client using lwip
I am trying to get DHCP working using LWIP. I have successfully managed to get DHCP working using MicroC but would prefer not to use an OS.
I have downloaded LWIP and have managed to get fixed IP addressing to work but not DHCP client. Does anyone have some sample code to show how this is done ? I am just looking for the intial sequence of function calls to set up the IP address. Do I need to call coarse & fine timer functions to make this work ?