Translate the description to your language and send via web-form.
NetSpeed was designed for measurement the packet loss in the network.
NetSpeed package consists of Client and Server programs, which use the
following algorithm:
1. Server waits the arriving of starting UDP packet.
2. Client sends starting UDP packet to Server. This packet contains the number
of threads and number of UDP data packets, every thread will send to Server.
3. Server calculates the total number of data packets and begins to receive its.
5. Server after receiving all the UDP data packets or after time-out
shows info about expected number of packets and received number of packets.
Commands syntax
---------------
To start Server issue command:
NtSpdSrv <Port>
Here:
Port - UDP port number
To start Client issue command:
NtSpdCln <Address> <Port> [Threads] [Packets]
Here:
Address - Host name or IP address of Server
Port - Server's UDP port number
Threads - Number of threads sending UDP packets
Packets - Each thread sends this number of packets
|