schollz / find3

High-precision indoor positioning framework, version 3.
https://www.internalpositioning.com/doc
MIT License
4.63k stars 364 forks source link

Migrating data to local server followup #161

Open luis815 opened 5 years ago

luis815 commented 5 years ago

I know how to get the data and set up the server, as per #132 . However, I don't know how to add it to the server database. To my understanding, the response from the API is some type of sqlite3 commands. I'm using docker for the server.

I just need someone to point me in the right direction. Thanks in advance.

notandorr commented 5 years ago

If you're talking about the .db file you can find it in the folder named data under FIND_DATA. As to how data will be added to your server, it's done automatically( calibrate machine learning ). If you're able to see your locations and sensor data in the .db file then it has been added to your server.