Skip to content
Snippets Groups Projects
user avatar
Norbraten, Terry authored
96b63a10
History

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

  1. Run ant task jar to create a jar with libs included which will also copy scripts to the dist folder for invocation via CLI.

  2. Go to runscripts directory to invoke shell scripts

  3. Invoke the server script first (will run approx. 30 seconds) before invoking any other "read" scripts

  • server.sh
  1. Run one of the "read*.sh" scripts to get data

  2. 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)