Registry / networking / d2g-dhcp4

d2g-dhcp4

JSON →
library0.0.0-20170904100407-a1d1b6c41b1cgogounverified

Package dhcp4 implements a DHCP client and server library for Go.

go get github.com/d2g/dhcp4
INSTALL
IMPORT
SIG · D2G-DHCP4
D
d2g-dhcp4
networkinggov0.0.0-20170904100407-a1d1b6c41b1c
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dhcp4
github.com/d2g/dhcp4

Create a new DHCP boot request packet.

package main import ( "fmt" "github.com/d2g/dhcp4" ) func main() { packet := dhcp4.NewPacket(dhcp4.BootRequest) fmt.Println(packet) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170904100407-a1d1b6c41b1clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
d2g-dhcp4 — go get d2g-dhcp4 · libregistry