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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:f7c0fbc8c5aa | 2018-03-20 | hudakz | Updated. |
1:9c973065a97e | 2018-03-16 | hudakz | Updated for MBED-OS5. |
0:3b0027b76acf | 2011-12-26 | tuxic | First version |