# README
go-dhclient
go-dhclient
is a DHCPv4 client library written in Go.
It uses raw sockets and binds them to a specific interface.
Callback functions are triggered on binding or expiration of a lease.
See main.go for example code.
Dependencies
- github.com/google/gopacket for serializing/unserializing of DHCP packets
- github.com/mdlayher/raw for raw sockets
# Packages
No description provided by the author
# Variables
DefaultParamsRequestList is a list of params to be requested from the server.
# Type aliases
Callback is a function called on certain events.