lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] DHCP client pre-release


From: leon . woestenberg
Subject: [lwip-users] [lwip] DHCP client pre-release
Date: Wed, 08 Jan 2003 23:17:34 -0000

Hello all,

after a morning of productivity, I've pre-released my DHCP
client for lwIP.

For the moment, it configures a single Ethernet interface,
but DOES NOT:
- maintain the IP address lease (renewal, ...)
- support multiple interfaces
- support interfaces other than Ethernet
- do an ARP check on the offered address

(but I plan on implemented those this week, as the
basic framework is there).

It should work with lwIP 0.5.0+ (but needs a small patch
in ip_input() which is already in Adams' lwIP CVS release).

Also, it assumes a u8_t array for the MAC address. I'm not
sure if the current CVS uses u8_t or u16_t?

Be sure to read the top comments in "dhcp.c" about usage.
Please contact me if you are able to test this release and
can give me some feedback (which is well appreciated).

http://www.esrac.ele.tue.nl/~leon/lwip/

Regards,

Leon Woestenberg

Axon Digital Design
Phone: +31 13 511 6666
Fax: +31 13 511 4151
web: www.axon.tv

=====================================================================================================

The information contained in this communication is confidential and is
intended solely for the use of the individual or entity to whom it is
addressed. Axon Digital Design Group is neither liable for the proper nor
for the complete transmission of the information contained in this
communication nor for any delay in its receipt. Axon Digital Design Group
does not guarantee that the integrity of this communication has been
maintained nor that the communication is free of viruses, interceptions or
interference. If you are not the intended recipient of this communication,
you are hereby notified that reading, disseminating, distributing or
copying this message is strictly prohibited. In that case please return the
communication to the sender and delete and destroy all copies. In carrying
out its engagements, Axon Digital Design Group applies general terms and
conditions, which contain a clause that limits its liability. A copy of
these terms and conditions is available on request free of charge.
=====================================================================================================

[This message was sent through the lwip discussion list.]




reply via email to

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