mr9you/rt-tftp

1.0.0

uploaded 3 months 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

License: Apache-2.0

To add this component to your project, run:

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

or download archive

Stats

  • Archive size
    Archive size: 15.99 KB
  • Downloaded in total
    Downloaded in total 3 times
  • Downloaded this version
    This version: 3 times

Badge

mr9you/rt-tftp version: 1.0.0
|