Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slintes/fake-gps-track
https://github.com/slintes/fake-gps-track
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/slintes/fake-gps-track
- Owner: slintes
- Created: 2023-08-06T13:42:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T08:12:08.000Z (over 1 year ago)
- Last Synced: 2024-11-14T06:11:08.336Z (2 months ago)
- Language: Go
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Android Fake GPS Track
This little app uses the ["Fake GPS"](https://play.google.com/store/apps/details?id=com.blogspot.newapphorizons.fakegps)
Android app and its ability to update the fake location via `adb` commands, for faking a complete GPS track provided in
CSV format. The "Fake GPS" app needs to be configured as mock location provider in Android's developer settings.Use on you own risk, some apps might be very confused by modified locations.
## Limitations
- only lat / long updates are supported via `adb`, but you can set a fixed altitude and bearing the "Fake GPS" app settings
- fixed update interval of `300ms`, also set this in the "Fake GPS" app settings### License
Copyright 2023 Marc Sluiter
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.