diff --git a/README b/README index 7bdf3d8c5a0b401652e36250c6d257274578c63c..4e3ccbe9ed12748b55e1c0b6e42727792f6997b2 100644 --- a/README +++ b/README @@ -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.