The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
$Id: README,v 1.3 2001/04/24 14:34:21 edelrio Exp $

Net::DHCP::Watch - A class for monitoring a remote DHCP server.

Net::DHCP::Watch is a module to help monitor REMOTE DHCP servers. It
opens an udp socket to send and receive responses to and from a DHCP
server. It stores the last connection status information.

At the time of this writing, the DHCP protocol has not implemented yet a
failover protocol (it is in proposal stage). This module helps to write 
some simple code to implement this feature.

For an example of use, see the examples directory in the distribution.

---
Copyright (c) 2001 Evilio José del Río Silván. All rights
reserved. This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.