Compile both the server and client source code by typing the command "make"
this will create 2 exutable "serverdr.out" and "clientdr.out"
Initiate the server by typing the command "./serverdr.out"
Initiate the client by typing the command "./clientdr.out IPaddr_of_server"
This will create a file called "measurements.txt" and write the measured data rate into that text file.