README
¶
Netboot, packages and utilities for network booting
This repository contains Go implementations of network protocols used in booting machines over the network, as well as utilites built on top of these libraries.
This project is no longer actively developed. I'm glad if you find it useful, but don't expect any significant changes.
Programs
- Pixiecore: Command line all-in-one tool for easy netbooting
Libraries
The canonical import path for Go packages in this repository is go.universe.tf/netboot
.
- pcap: Pure Go implementation of reading and writing pcap files.
- dhcp4: 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.
- pixiecore: Go library for Pixiecore tool functionality. Every stability warning in this repository applies double for this package.
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
Package dhcp4 provides building blocks for DHCP clients and servers.
|
Package dhcp4 provides building blocks for DHCP clients and servers. |
out
|
|
ipxe
Code generated for package ipxe by go-bindata DO NOT EDIT.
|
Code generated for package ipxe by go-bindata DO NOT EDIT. |
Package pcap implements reading and writing the "classic" libpcap format.
|
Package pcap implements reading and writing the "classic" libpcap format. |
api-example
This is an example API server that just statically serves a kernel, initrd and commandline.
|
This is an example API server that just statically serves a kernel, initrd and commandline. |
cli
Package cli implements the commandline interface for Pixiecore.
|
Package cli implements the commandline interface for Pixiecore. |
scripts
|
|
Package tftp implements a read-only TFTP server.
|
Package tftp implements a read-only TFTP server. |
Click to show internal directories.
Click to hide internal directories.