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.

uploaded 6 months ago
Iperf command based on esp-idf console
# Changelog

## [0.0.1](https://github.com/espressif/esp-protocols/commits/v0.0.1)

### Features

- Support `iperf` command with parameters:
  - `-c`, `--client=<host>`: run in client mode, connecting to <host>
  - `-s`, `--server`: run in server mode
  - `-u`, `--udp`: use UDP rather than TCP
  - `-V`, `--IPv6Version`: Set the domain to IPv6
  - `-p`, `--port=<port>`: server port to listen on/connect to
  - `-l`, `--len=<length>`: Set read/write buffer size
  - `-i`, `--interval=<interval>`: seconds between periodic bandwidth reports
  - `-t`, `--time=<time>`: time in seconds to transmit for (default 10 secs)
  - `-b`, `--bandwidth=<bandwidth>`: bandwidth to send at in Mbits/sec
  - `-f`, `--format=<format>`: 'k' = Kbits/sec 'm' = Mbits/sec
- Support specific option `--abort` to stop iperf.

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "ydc-0/iperf_cmd^0.0.1-dev3"

or download archive

Stats

  • Archive size
    Archive size: 17.56 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

ydc-0/iperf_cmd version: 0.0.1-dev3
|