You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Wi-Fi and cell tower scans are done every 10 seconds. This should work as a default, but users might find it useful to be able to scan more often. On the other hand, it could be useful to scan less often, e.g. when moving very slowly, to be able to save battery
Implementation could be a slider in the settings where the scan frequency can be chosen from 0 - 60 second interval. Another idea is to add a toggle for using dynamic scan interval, which could use GPS speed to adjust the scan interval so that scans are done every ~100 meters
The text was updated successfully, but these errors were encountered:
Having the frequency be a slider or a number input in the settings would be great. I've noticed the 10s intervals being too slow when driving, but when walking or doing slower activities I don't think it would be an issue.
This is absolutely needed. I dont think manually setting the interval makes sense as this app needs scalability, so it needs to run in the background on various peoples devices.
Instead, I think this is best:
when standing, scanning can be stopped. So this is not important
when slowly moving, interval of 10 seconds is fine. Everything higher would risk too high gaps
when going faster, the scanning should be faster. Every 10 meters sounds like a reasonable minimum distance in crowded areas, and if there are no wifis then it increases the chance of getting a good wifi
implement a toggle that allows setting the minimum time between scans. I would like to test 1s and if there is no new scan, there would be no wifis, right? When going fast by car in a city, this will catch way more (50 km/h means 14m/s, which is accurate, 80km/h means 22m/s, which is barely enough for villages etc).
I personally would set it to the minimum, and do everything to increase the scanning. I would like to investigate in the possible tweaks here
Currently Wi-Fi and cell tower scans are done every 10 seconds. This should work as a default, but users might find it useful to be able to scan more often. On the other hand, it could be useful to scan less often, e.g. when moving very slowly, to be able to save battery
Implementation could be a slider in the settings where the scan frequency can be chosen from 0 - 60 second interval. Another idea is to add a toggle for using dynamic scan interval, which could use GPS speed to adjust the scan interval so that scans are done every ~100 meters
The text was updated successfully, but these errors were encountered: