lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] BootP


From: Bill Lawson
Subject: Re: [lwip-users] BootP
Date: Tue, 03 May 2005 10:14:21 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

I wound up trying to implementing BootP myself, and I've run into a problem. I can make a BootP request, and I get a reply, but I haven't been able to actually receive the reply. I'm using the recv() call to retrieve the BootP packet, but recv() never returns. Looking through the debug output it looks as if the BootP packet is being recognized as a DHCP packet and sent somewhere else. Does anyone have any idea how I might be able to deal with this?

--Bill

Bill Lawson wrote:

Hi Everybody,
Has anyone had any experience using BootP with lwIP? For compatibility purposes I need to be able to use BootP for dynamic host configuration. I don't need to transfer a boot file, I simply need to obtain an IP/Subnet/Gateway. I already have DHCP working on the system in question, but I need to be able to use BootP as well if DHCP is unavailable. Is there BootP functionality built into lwIP, and I just haven't seen it? If not, does anyone know where I can find a lwIP compatible implementation? It seems like there should be no need to implement this from scratch.

Thanks for the info,
Bill Lawson






reply via email to

[Prev in Thread] Current Thread [Next in Thread]