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
No related branches found
No related tags found
No related merge requests found
...@@ -31,12 +31,21 @@ Usage instructions: ...@@ -31,12 +31,21 @@ Usage instructions:
Measurement data is dependent on locality, currently there only exist a placeholder function 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: Database table:
+-----------+-----------------+----------------+ +-----------+-----------------+----------------+
| _id | stability | position | | _id | stability | position |
+-----------+-----------------+----------------+ +-----------+-----------------+----------------+
Column description: Column description:
_id: Standard MongoDB generated id, so the first 4bits will be a timestamp.
stability: mos calculated network stability. '_id': Standard MongoDB generated id, so the first 4bits will be a timestamp.
position: Placeholder for further development which will integrate positional tracking.
'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