mr9you/rt-tftp

1.0.0

Latest
uploaded 1 year ago
tftp server and client support

Readme

# TFTP

[![Component Registry](https://components.espressif.com/components/mr9you/rt-tftp/badge.svg)](https://components.espressif.com/components/mr9you/rt-tftp)

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](https://github.com/RT-Thread-packages/netutils/tree/master/tftp). It's simple, so there are no special documents for this component, just read the code.

## Add component to your project
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.

```shell
idf.py add-dependency "mr9you/rt-tftp=*"
```

## Examples
Please use the component manager command `create-project-from-example` to create a project from the example template.

```shell
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.

Links

Supports all targets

To add this component to your project, run:

idf.py add-dependency "mr9you/rt-tftp^1.0.0"

download archive

Stats

  • Archive size
    Archive size ~ 21.48 KB
  • Downloaded in total
    Downloaded in total 55 times
  • Weekly Downloads Weekly Downloads (All Versions)
  • Downloaded this version
    This version: 55 times

Badge

mr9you/rt-tftp version: 1.0.0
|