Skip to content
Snippets Groups Projects
Commit fba4e7cd authored by Brutzman, Don's avatar Brutzman, Don
Browse files

better operating instructions, more to follow

parent c5d908f3
No related branches found
No related tags found
No related merge requests found
# 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
Invoke the server script first (will run approx. 10 seconds) before invoking any
other "read" scripts
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)
# 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
4. Run one of the "read*.sh" scripts to get data
5. 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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment