Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 613 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 613 Bytes

DHCP4 - A DHCP library written in Go.

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/krolaw/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.

Wow

DHCP4 is one of the libraries used by Facebook's DHCP load balancing relay. "Facebook currently uses it in production, and it's deployed at global scale across all of our data centers."