The NetSpeed package consists of Client and Server programs, which use the following algorithm:
* 1. Server waits for the arriving of starting UDP packet
* 2. Client sends a starting UDP packet to the Server. This packet contains the number of threads and the number of UDP data packets, every thread will be send to the Server
* 3. Server calculates the total number of data packets and begins to receive these packets
* 4. After receiving all the UDP data packets or after time-out the server shows the info about the expected number of packets and received number of packets.
Commands syntax
To start the Server issue the command:
NtSpdSrv
Parameter:
Port - UDP port number
To start the Client issue command:
NtSpdCln
Parameter:
Address - Host name or IP address of the Server
Port - Server's UDP port number
Threads - Number of threads sending UDP packets
Packets - Each thread sends this number of packets
-> URL: http://ecomstation.ru/gnu
Source: OS2.org