Exercise 2-1: UDP throughput with 2 streams

Test the UDP throughput for the standard IPerf packet size (i.e. no packet size explicitly specified) with simultaneous traffic from station 1 to the access point and from station 2 the access point. First, only the traffic from station 1 is started, after 5 seconds the IPerf client on station 2 is started.

Executed on the access point:

iperf -s -u -i 1 -p 5001
iperf -s -u -i 1 -p 5002

Executed on station 1:

iperf -c 10.33.1.1 -u -b 50M -p 5001

Executed on station 2 after 5s:

iperf -c 10.33.1.1 -u -b 50M -p 5002