uploaded 11 months ago
Iperf command based on esp-idf console

api

# API Reference

## Header files

- [iperf_cmd.h](#file-iperf_cmdh)

## File iperf_cmd.h






## Functions

| Type | Name |
| ---: | :--- |
|  esp\_err\_t | [**iperf\_cmd\_register\_iperf**](#function-iperf_cmd_register_iperf) (void) <br>_Registers console commands: iperf._ |

## Macros

| Type | Name |
| ---: | :--- |
| define  | [**app\_register\_iperf\_commands**](#define-app_register_iperf_commands)  iperf\_cmd\_register\_iperf<br> |


## Functions Documentation

### function `iperf_cmd_register_iperf`

_Registers console commands: iperf._
```c
esp_err_t iperf_cmd_register_iperf (
    void
) 
```


**Returns:**

ESP\_OK on success

## Macros Documentation

### define `app_register_iperf_commands`

```c
#define app_register_iperf_commands iperf_cmd_register_iperf
```


Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/iperf-cmd^0.1.3"

or download archive

Stats

  • Archive size
    Archive size ~ 11.70 KB
  • Downloaded in total
    Downloaded in total 22.1k times
  • Downloaded this version
    This version: 18.2k times

Badge

espressif/iperf-cmd version: 0.1.3
|