Close

blog

In rtthread, use the tftp function that comes with lwip to transfer files

In rtthread, use the tftp function that comes with lwip to transfer files

TFTP protocolTFTP (Trivial File Transfer Protocol) is a protocol in the TCP/IP protocol family used for file transfer between the client and the server, and the port number is 69. TFTP is based on the UDP protocol, with low overhead and high efficiency. However, TFTP can only obtain or write files f

Read More