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

Backend Impl - Data analytics #7

Open samup4web opened 6 years ago

samup4web commented 6 years ago

As a developer I can obtain device position (x,y) based on device ID, SSID list and RSSI list so that I can populate position data for all reporting devices.

samup4web commented 6 years ago

A skeleton class for this is here indoor-navigation-system/server/localization.hpp

platisd commented 6 years ago

The business logic for localization is to be implemented in the ProcessRSSIDataSet method that can be found here.

However, this issue needs more breaking down possibly?