Skip to content

Floating speed limit monitor for Android

License

Notifications You must be signed in to change notification settings

cyb3rko/velociraptor-v2

 
 

Repository files navigation

PINcredible

Velociraptor V2

Fork of the original Velociraptor by Daniel Ciao (pluscubed)

API release license last commit


Floating speed limit monitor for Android with speedometer and warning features.


How does it work?

Every single second your location is updated. If you are more than 10 meters away from your last location where the speed limit was checked, a new request will be created.
The service provider is https://overpass.kumi.systems.

The app updates the speed limit by requesting all streets in a radius of 15 meters around your location.

PINcredible

The API then returns the streets including their tags and speed limits (see the blue streets).

PINcredible

Now the app tries to find the best match and load it into the speedometer.

License

Copyright (C) 2023 Cyb3rKo

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http:https://www.gnu.org/licenses/>

About

Floating speed limit monitor for Android

Resources

License

Stars

Watchers

Forks

Languages

  • Kotlin 61.5%
  • Java 32.9%
  • HTML 5.6%