Writing a DHCP server
Hello,
I am attempting to write a DHCP server on a LM3S6965 part using the lwip library. So far, I have not found a clean way to either receive a DHCP Discover packet or send out a proper DHCP Offer message. The lwip library makes assumptions for me that I would rather avoid.
I got a similar system working on a TI MSP430 device using the Texas Instruments version of lwip, but there are major differences in that and the lwip supplied with the Luminary driver library.
Does anyone have sample code or suggestions on how to proceed? If I can get the DHCP server up, I will also need to access UDP and TCP packets on a low level basis.
login or register to reply
|