SAM33/2015-BandwidthTest
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Author : Sam33
Data : 20150514
How to compile :
1.make clean
2.make
Useage :
1.Prepare two computer in the same local network. (example : 192.168.1.101, 192.168.1.102)
2.Chose one to be server , another one to be client (example : 192.168.1.101 --> Server)
3.Edit line 35 to be server address "127.0.0.1" --> "192.168.1.101"
4.run server program on 192.168.1.101
5.run client program on 192.168.1.102
6.server program will tell you how much bandwidth you have.
NOTICE : When this program is running , your local network will be very slow.