Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 542 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 542 Bytes

DHCP4 - A DHCP library written in Go.

Info

This is a fork the of the krolaw/dhcp4 Go library. Mainly it fixes a bug with the server identifier.

Author

https://github.com/dragonrider23

Original author: http://richard.warburton.it/

Quick Start

See example_test.go for how to use this library to create a basic server.

Documentation

http://godoc.org/github.com/onesimus-systems/dhcp4

Thanks

Special thanks to https://github.com/pietern for suggesting how to use go.net to be able to listen on a single network interface.