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.
# Iperf command based on console
## Documentation
- TBD
### Installation
#### Platform I/O (Arduino or ESP-IDF):
- Add the following to `libs_deps`:
```
esp-qa/iperf_cmd
```
#### Espressif IoT Development Framework:
- In your existing `idf_component.yml` or in a new `idf_component.yml` next to your main component:
```yaml
dependencies:
esp-qa/iperf_cmd:
version: "^0.0.1"
```
idf.py add-dependency "ydc-0/iperf_cmd^0.0.1-dev1"