Registry / networking / insomniacslk-dhcp

insomniacslk-dhcp

JSON →
library0.0.0-20260407060928-11b94ed970f2gogounverified

A Go library for DHCP packet manipulation and client/server implementation.

go get github.com/insomniacslk/dhcp
INSTALL
IMPORT
SIG · INSOMNIACSLK-DHCP
I
insomniacslk-dhcp
networkinggov0.0.0-20260407060928-11b94ed970f2
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.

dhcp
github.com/insomniacslk/dhcp

Creates a DHCPv4 discovery packet and prints its details.

package main import ( "fmt" "github.com/insomniacslk/dhcp/dhcpv4" ) func main() { pkt, _ := dhcpv4.NewDiscovery() fmt.Println(pkt.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260407060928-11b94ed970f2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
insomniacslk-dhcp — go get insomniacslk-dhcp · libregistry