Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request]: Change position precision on geofence boundary ingress/egress #463

Open
fumpT opened this issue Mar 11, 2024 · 1 comment
Assignees

Comments

@fumpT
Copy link

fumpT commented Mar 11, 2024

As a mobile user; I want the position precision to decrease on ingress to a designated geolocation and increase to my general position precision setting on egress; so that I can increase geolocation obfuscation before I return to home or some other regular/sensitive location.

@fumpT fumpT changed the title [Feature request]: Change position precision on geofence boundary change [Feature request]: Change position precision on geofence boundary ingress/egress Mar 11, 2024
@jp-bennett
Copy link
Contributor

We've had several requests for this, so starting to think about how to make it happen. My current thought is that the user puts a pin in their map, and sets a position precision value, to draw a circle that contains that position. The firmware stores the precision value and the anonymized point. Then on every GPS update, the firmware does a precision calculation using the stored setting and compares the result to the that stored point. If it matches, then send the anonymized position.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants