Pydhcplib is a library to read, write, encode, and
decode DHCP packets on a network. It also includes
an admnistrator tool to send and receive DHCP
traffic.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release fixes a critical error when generating DHCP packets: the DHCP magic cookie is now correctly set. The socket SO_REUSEADDR is set when clients are listening: a client instance can now listen even if a port is already in use.