STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
lwiperf.c File Reference
#include "lwip/apps/lwiperf.h"
#include "lwip/tcp.h"
#include "lwip/sys.h"
#include <string.h>

Go to the source code of this file.

Detailed Description

LWIP iperf server implementation

This is simple "Iperf" server to check your bandwith using Iperf on a PC as client. It is currently a minimal implementation providing an IPv4 TCP server only.

Todo:
:
  • implement UDP mode

Definition in file lwiperf.c.