Files
board-mate/esp32-thread/open-thread-client.bck/managed_components/espressif__iperf
2025-12-24 16:07:10 +01:00
..
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00
2025-12-24 16:07:10 +01:00

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.

    dependencies:
      espressif/iperf:
        version: "^0.1.4"
    
  • For more details refer IDF Component Manager