kootenpv / whereami

Uses WiFi signals :signal_strength: and machine learning to predict where you are
GNU Affero General Public License v3.0
5.1k stars 247 forks source link

Does not refresh locations between each sample (Win 10) #35

Open AndrewDessin opened 7 years ago

AndrewDessin commented 7 years ago

In windows 10, Wi-Fi sampling must be done between every iteration. Otherwise, the method used here will return data of the same values, and there is no point in collecting n-records. It will all represent a single value. The program needs to call the Windows API to refresh the API points before gathering a new sample.

kootenpv commented 7 years ago

Hi thanks for the report. Unfortunately I do not have windows 10 so I wouldn't be able to help. If there is a better way out there, I'd hope someone makes a PR :)

AndrewDessin commented 7 years ago

I might look into it. I am thinking about adding some functions to take in external input (i.e. json messages for Learn and Predict). I'll make a PR for it when I am done.

kootenpv commented 7 years ago

@AndrewDessin Sounds great! Really looking forward to see a PR with allowing external input as well!

vansh215 commented 7 years ago

I have done the installation of the project.... How to run it further Can anyone please help me