LiFiBenchMarkingNetwork
Test harness for LiFi network evaluation. Java application(s) to run on both ends of a network link to measure data transfer rates.
Online at https://gitlab.nps.edu/Savage/LiFiGroup/LiFiBenchMarkingNetwork
Operation
-
Run ant task jar to create a jar with libs included which will also copy scripts to the dist folder for invocation via CLI.
-
Go to runscripts directory to invoke shell scripts
-
Invoke the server script first (will run approx. 30 seconds) before invoking any other "read" scripts
- server.sh
-
Run one of the "read*.sh" scripts to get data
-
Note: the "error" thrown by the read*.sh is because a buffer array is only alloted a certain size upon creation which then throws an overflow error (harmless)