From 470fdcb6af299d883935d1f63a47e1b68c2f8740 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Bj=C3=B6rk?= <ddbjork@gmail.com>
Date: Mon, 9 Mar 2015 20:29:51 +0100
Subject: [PATCH] Added Database info with column description.

---
 README | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 75adac7..7bdf3d8 100644
--- a/README
+++ b/README
@@ -31,4 +31,12 @@ Usage instructions:
 
     Measurement data is dependent on locality, currently  there only exist a placeholder function
 
-    The test result is stored into MongoDB.
+    The test result is stored into MongoDB in the database 'matningar', table 'stability'.
+    Database table:
+    +-----------+-----------------+----------------+
+    |    _id    |    stability    |    position    |
+    +-----------+-----------------+----------------+
+    Column description:
+      _id: Standard MongoDB generated id, so the first 4bits will be a timestamp.
+      stability: mos calculated network stability.
+      position: Placeholder for further development which will integrate positional tracking.
-- 
GitLab