Skip to content

ggiamarchi/tftp-pilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFTP Pilot

Build Status

TFTP Pilot is a dynamic TFTP server implementation to integrate with PXE Pilot.

It is based on the fbtftp framework.

Quickstart

Installing TFTP Pilot is straightforward

pip3 install tftp-pilot

Note. It is tested with python 3 only.

Then, configuration is done through the command line only when running TFTP Pilot

python3 -m tftppilot.server --bind 172.16.99.1 --root /var/tftp --port 69 --pxe-pilot-url http://localhost:3478

License

Everything in this repository is published under the MIT license.

About

Dynamic TFTP server implementation to integrate with PXE Pilot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages