|
|
Download Software and Instructions |
Assuming you have installed Microsoft .NET Version 2002, you may double click the
"bandwidth.sln" (visual studio solution) file to view the source code. This solution
consists of three sub-projects: NetUtil, Receiver and Sender. This zip file includes all the executables. If the source code is modified, build NetUtil project first, and then build
Receiver and Sender projects.
To run the receiver, the following binaries are required:
receiver\bin\debug\receiver.exe
receiver\bin\debug\NetUtil.dll
To run the sender, the following are required:
sender\bin\debug\sender.exe
sender\bin\debug\NetUtil.dll
sender\bin\debug\input.txt
In input.txt file, specify receiver name, number of bytes to transmit, and the number of iterations. The sender transmits
the specified number of bytes to receiver for the specified number of iterations, and computes the average bandwidth.
Note that the elapsed time is computed by the receiver and transmited to the sender for reporting purposes.
Output:
sender\bin\debug\bandwidth.log
Download software
|