Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

\Micrium\Software\uC-IPerf
\Micrium\Software\uC-TCPIP
\Micrium\Software\uC-Shell (optional if uC/Shell is used)

...

iperf_cfg.h pair of files, define µC/IPerf module static parameters and run-time configuration structure. Refer to section Module  Module Configuration for more details on all the configurations inside templates files.

...

The µC/IPerf Module uses additional heap memory space. Therefore, it is possible that your sample application will require more allocation of heap memory. If ti is the case, you can increase the HEAP memory size of your sample project, refer to section µC/LIB Memory Management Configuration for more details on the heap usage. 

Adding µC/

...

IPerf application function

Before running the sample application, you will need to add the new function call, in your application file to initialize and setup the µC/IPerf module. Section Sample Application gives an example of how to initialize µC/IPerf and launch a network throughput test. 

...

Adding Additional includes

Whew When you initialize µC/IPerf and where call API you need to include the following files.

#include <Source/iperf.h>
#include  <iperf_cfg.h> (only required for the initialization)