Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 661 Bytes

README.rdoc

File metadata and controls

26 lines (14 loc) · 661 Bytes

DHCP Ruby Library

DHCP is a pure Ruby library for parsing and creating IPv4 DHCP packets, requests or responses. No socket operations are included in the library. Just packet parsing and binary packet creation.

WARNING: A working release is not yet available. This is under development!

REQUIREMENTS

Using the DHCP library depends on the following other gems:

  • ipaddress gem

TO DO

Lots and lots to be done, including implementing some useful tests

AUTHORS and CONTRIBUTORS

LICENSE

Released under the MIT license. See the file ‘LICENSE.txt’ for copyright and license detail.