Skip to content
Snippets Groups Projects
Commit 6b3ef987 authored by Daniel Björk's avatar Daniel Björk
Browse files

Moved database info to new section "General:"

parent 470fdcb6
Branches Bare2.2
No related tags found
No related merge requests found
......@@ -31,12 +31,21 @@ Usage instructions:
Measurement data is dependent on locality, currently there only exist a placeholder function
The test result is stored into MongoDB in the database 'matningar', table 'stability'.
The test result is stored into MongoDB.
General:
Test results is stored 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.
'_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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment