Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface mbed-rtos mbed
TftpServer.h
00001 #include "mbed.h" 00002 #include "rtos.h" 00003 00004 #include "EthernetInterface.h" 00005 00006 00007 00008 00009 class TftpServer 00010 { 00011 00012 public: 00013 00014 static void TftpServerThread(void const *arg); 00015 00016 static void TftpDoRead(Endpoint remote,char *buffer,int length); 00017 static void TftpDoWrite(Endpoint remote,char *buffer,int length); 00018 00019 };
Generated on Fri Jul 22 2022 19:25:55 by
