Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LiFiBenchMarkingNetwork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
LiFiGroup
LiFiBenchMarkingNetwork
Commits
fba4e7cd
Commit
fba4e7cd
authored
6 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
better operating instructions, more to follow
parent
c5d908f3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+22
-17
22 additions, 17 deletions
README.md
with
22 additions
and
17 deletions
README.md
+
22
−
17
View file @
fba4e7cd
# 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)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment