platisd / indoor-navigation-system

[WIP] An indoor navigation system to guide users towards their colleagues' desks
Apache License 2.0
15 stars 13 forks source link

Apply only data samples (from database: ins_db) that have approximatley the same timestamp for positioning calculation #93

Open lexious89 opened 6 years ago

lexious89 commented 6 years ago

Description

Since the rssi levels come to the server at different times, it is conceivable that the localization process might have some memory from past inserts i.e "yester-values". You want to verify that all data samples used in the localization have the same approximate timestamp and were inserted about the same time.

Definition of Done

Fulfill the above desciption Unit test the relevant functions sequence.