Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggiamarchi/tftp-pilot
Dynamic TFTP server implementation to integrate with PXE Pilot
https://github.com/ggiamarchi/tftp-pilot
netboot network-boot pxe pxe-boot pxe-server tftp tftp-server
Last synced: 2 months ago
JSON representation
Dynamic TFTP server implementation to integrate with PXE Pilot
- Host: GitHub
- URL: https://github.com/ggiamarchi/tftp-pilot
- Owner: ggiamarchi
- License: mit
- Created: 2020-04-04T23:11:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:22:33.000Z (over 1 year ago)
- Last Synced: 2024-10-11T18:05:12.178Z (3 months ago)
- Topics: netboot, network-boot, pxe, pxe-boot, pxe-server, tftp, tftp-server
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TFTP Pilot
[![Build Status](https://travis-ci.com/ggiamarchi/tftp-pilot.svg?branch=master)](https://travis-ci.com/ggiamarchi/tftp-pilot)
TFTP Pilot is a dynamic TFTP server implementation to integrate with PXE Pilot.
It is based on the [fbtftp](https://github.com/facebook/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.