资 源 简 介
Java Speed-O-Meter
Network speed and reliability test
Please note that the binaries are here now:
https://drive.google.com/folderview?id=0By9So7eKtpjuU3paWE1JTGNLclE&usp=sharing
Introduction
This is a Java application to measure the network and speed and reliability between two hosts. This application has two components, a server that listens to connections and a client that connects to that server. Once the connection has been established, both components will send data to each other and the transmit/ receive speed are plotted on a graph and printed on the console. It is possible to toggle the transmission and receiving of messages by typing T and R in the console.
Each message is randomly generated with a variable size between 1000 and 2000 bytes, plus 4 bytes to hold the message size and 8 bytes for CRC. Each message is checked for CRC errors and the application is aborted if a CRC error is encounter