Packages and utilities for network booting
Go to file
2019-08-06 17:41:57 +00:00
.circleci fix builds maybe?? 2019-08-05 22:15:18 +00:00
cmd futz paths on package and assets, better Makefile 2019-08-06 17:41:57 +00:00
dhcp4 fix builds maybe?? 2019-08-05 22:15:18 +00:00
dhcp6 fix builds maybe?? 2019-08-05 22:15:18 +00:00
dockerfiles/pixiecore fix builds maybe?? 2019-08-05 22:15:18 +00:00
ipxe futz paths on package and assets, better Makefile 2019-08-06 17:41:57 +00:00
pcap fix builds maybe?? 2019-08-05 22:15:18 +00:00
pixiecore fix builds maybe?? 2019-08-05 22:15:18 +00:00
scripts Trigger docker hub builds from Travis, instead of github. 2017-01-31 17:26:10 -08:00
tftp fix builds maybe?? 2019-08-05 22:15:18 +00:00
third_party git -C third_party checkout aeffcce44fdf3ebe704b98ef3da8a74d4ec8a521 2019-08-06 17:23:23 +00:00
.dockerignore Improve build logic (#28) 2017-01-05 15:54:43 -08:00
.gitignore futz paths on package and assets, better Makefile 2019-08-06 17:41:57 +00:00
.gitmodules fix builds maybe?? 2019-08-05 22:15:18 +00:00
CONTRIBUTING.md Add a contributing doc. 2016-03-05 15:18:01 -08:00
go.mod futz paths on package and assets, better Makefile 2019-08-06 17:41:57 +00:00
go.sum futz paths on package and assets, better Makefile 2019-08-06 17:41:57 +00:00
LICENSE Add a license file. 2016-03-05 15:08:13 -08:00
Makefile futz paths on package and assets, better Makefile 2019-08-06 17:41:57 +00:00
Makefile.inc Desperation setting in. 2019-01-22 21:26:10 -08:00
README.md fix builds maybe?? 2019-08-05 22:15:18 +00:00

Netboot, packages and utilities for network booting

license CircleCI api

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 is not an official Google project.

Programs

  • Pixiecore: Command line all-in-one tool for easy netbooting

Libraries

The canonical import path for Go packages in this repository is github.com/danderson/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.