This component provides TFTP (Trivial File Transfer Protocol) server and client functionality for ESP-IDF platform. It's a port version of RT-Thread's tftp. It's simple, so there are no special documents for this component, just read the code.
Please use the component manager command add-dependency
to add this component to your project's dependency. During the CMake step, the component will be downloaded automatically.
idf.py add-dependency "mr9you/rt-tftp=*"
Please use the component manager command create-project-from-example
to create a project from the example template.
idf.py create-project-from-example "mr9you/rt-tftp=*:tftp"
The example will then be downloaded into the current folder, where you can navigate into it for building and flashing.