TFTP Server for Arduino Using a SPI devices to communicate with Ethernet and SPI.
Arduino IDE Version 1.8.11
Boards: Arduino Uno Arduino Mega (2560) Arduino M0 (SAMD21)
Ethernet: Wiz5100 shield with micro-SD card
- Send and recieve packets in netascii mode
- Files more than 128kb stucks when client send file because current count block system not work well
- Send and recieve files more than 128kb (512b 256 packets)
- Recieve files without timeout from client
- Implement octet mode
- Implement mail mode