mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-20 19:47:08 -04:00
.. | ||
greth.c | ||
greth.exe | ||
greth_api.c | ||
greth_api.h | ||
Makefile | ||
README.txt |
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.