From fba4e7cddec75651f1556dc1a6dc7d52364c201b Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Mon, 22 Oct 2018 17:04:06 -0700
Subject: [PATCH] better operating instructions, more to follow

---
 README.md | 39 ++++++++++++++++++++++-----------------
 1 file changed, 22 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 95de8b0..dcaa03b 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,22 @@
-# 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)
-- 
GitLab