You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

readme

# Iperf Core Engine

This repository contains a basic iperf core engine.

## Documentation

- There are two basic function:
  - `iperf_start`
  - `iperf_stop`


### Installation

- To add a plugin command or any component from IDF component manager into your project, simply include an entry within the `idf_component.yml` file.

  ```yaml
  dependencies:
    espressif/iperf:
      version: "^0.0.2"
  ```
- For more details refer [IDF Component Manager](https://docs.espressif.com/projects/idf-component-manager/en/latest/)

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "ydc-0/iperf^0.0.2"

or download archive

Stats

  • Archive size
    Archive size: 7.56 KB
  • Downloaded in total
    Downloaded in total 40 times
  • Downloaded this version
    This version: 31 times

Badge

ydc-0/iperf version: 0.0.2
|