Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 688 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 688 Bytes

Netboot, packages and utilities for network booting

  • pcap: Pure Go implementation of reading and writing pcap files. Currently using for tests only
  • dhcp4: DHCPv4 library providing the low-level bits of a DHCP client/server (packet marshaling, RFC-compliant packet transmission semantics).
  • dhcp6: DHCPv4 library providing the low-level bits of a DHCP client/server (packet marshaling, RFC-compliant packet transmission semantics).
  • tftp: Read-only TFTP server implementation.