Exercise 1-1: UDP throughput

Test the UDP throughput for the standard IPerf packet size (i.e. no packet size explicitly specified) from station 1 to the access point (i.e. the IPerf server runs on the access point). Always use the -b option in order to get the maximum achievable throughput when testing UDP.

Executed on the access point:

iperf -s -u -i 1

Executed on station 1:

iperf -c 10.33.1.1 -u -b 50M