ReonV/software/greth
2017-09-04 11:11:45 -03:00
..
greth.c First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00
greth.exe First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00
greth_api.c First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00
greth_api.h First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00
Makefile First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00
README.txt First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00

This is a simple Bare C Ethernet speed test.

It transmits 2^20 raw Ethernet packets with 1500 bytes payload 
(i.e. 1500 Mbytes of data) and calculates the time and bitrate used.

Note that no upper layer protocol or any flow control is used.

Destination and source MAC addresses as well as the APB address of
the GRETH are specified through #define's in greth.c.