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

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.

Awesome Lists containing this project

README

          

# nuTftpServer
(c) Antonino Calderone - 2005-2019

| Linux | [![Linux Build](https://travis-ci.org/eantcal/nutftpserver.svg?branch=master)](https://travis-ci.org/eantcal/nutftpserver) |

nuTftpServer is an implementation of a TFTP Server compliant with RFC 783
distributed under MIT License.

![nutftpserver](https://github.com/eantcal/nutftpserver/blob/master/tftpsrv.png)

-------------------------------------------------------------------------------
## 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