Exercise 4-1: UDP throughput in ad-hoc mode

Test the UDP throughput for the standard Iperf packet size between station 2 and station 1. Note that this is the same end-to-end communication as in Exercise 3-1. How does the throughput compare?

Executed on the station 1:

iperf -s -u -i 1

Executed on station 2:

iperf -c 10.44.1.100 -u -b 50M