Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 698 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 698 Bytes

nuTftpServer

(c) Antonino Calderone antonino.calderone@gmail.com - 2005-2019

| Linux | Linux Build |

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

nutftpserver


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