https://github.com/eantcal/nutftpserver
nuTftpServer is an implementation of a TFTP Server compliant with RFC 783 distributed under MIT License.
https://github.com/eantcal/nutftpserver
cplusplus-11 freebsd linux macos tftp tftp-server
Last synced: about 2 months ago
JSON representation
nuTftpServer is an implementation of a TFTP Server compliant with RFC 783 distributed under MIT License.
- Host: GitHub
- URL: https://github.com/eantcal/nutftpserver
- Owner: eantcal
- License: mit
- Created: 2017-10-25T19:31:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T22:49:34.000Z (over 6 years ago)
- Last Synced: 2025-01-21T14:15:33.323Z (over 1 year ago)
- Topics: cplusplus-11, freebsd, linux, macos, tftp, tftp-server
- Language: C++
- Size: 142 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
# nuTftpServer
(c) Antonino Calderone - 2005-2019
| Linux | [](https://travis-ci.org/eantcal/nutftpserver) |
nuTftpServer is an implementation of a TFTP Server compliant with RFC 783
distributed under MIT License.

-------------------------------------------------------------------------------
## How to build nuTFTPServer
Download and uncompress it.
Enter the package-name directory where you uncompressed it, and just type the following commands:
mkdir build
cd build
cmake ..
make