Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/habitualdev/Pixy

PXE server in a small package.
https://github.com/habitualdev/Pixy

Last synced: about 2 months ago
JSON representation

PXE server in a small package.

Awesome Lists containing this project

README

        

Pixy


All-in-one DHCP, TFTP, and HTTP PXE server


All in one solution for the beast of a problem that PXE usually offers up.



TFTP



All pxeboot image files are embedded inside the binary for ease of use. Designed to use pxelinux as the bootloader.
The "default" file in the root directory is served as "pxelinux.cfg" allowing users to modify it even at runtime.

HTTP



Intended to be the source of all boot images.

DHCP



Gives out addresses using a golang DHCP implementation.



Usage

Running the binary without arguments:
- Attempts to locate the default network interface and IP address, and binds to those

With arguments:
- ./Pixy \ \
- Attempts to bind to supplied interface and address

Requires sudo/root on linux