This is a simple but complete TFTP server capable to run on MBED-OS5. It can receive and send files and listens on port 69. Please notice that it supports only octet (raw 8 bit bytes) mode transfers. It is part of the LaOS (Laser Open Source) project: http://www.laoslaser.org/
Fork of TFTPServer by
Import programTFTPServerTest
This is an example code for using the TFTPServer library.
A simple TFTP server. NOTE: Supports only octet (raw 8 bit bytes) mode transfers.
History
Updated.
2018-03-20, by hudakz [Tue, 20 Mar 2018 17:31:42 +0000] rev 2
Updated.
Updated for MBED-OS5.
2018-03-16, by hudakz [Fri, 16 Mar 2018 19:22:10 +0000] rev 1
Updated for MBED-OS5.
First version
2011-12-26, by tuxic [Mon, 26 Dec 2011 18:18:32 +0000] rev 0
First version