Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/busdroid
Location logger and communicator
https://github.com/imrehg/busdroid
Last synced: 12 days ago
JSON representation
Location logger and communicator
- Host: GitHub
- URL: https://github.com/imrehg/busdroid
- Owner: imrehg
- Created: 2011-02-22T13:46:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-05T09:52:47.000Z (about 11 years ago)
- Last Synced: 2024-04-08T17:42:09.440Z (8 months ago)
- Language: Java
- Homepage:
- Size: 1020 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Location logger for StartupBus
Simple GPS location collector and forwarder service and UI.
#### Develop
ant debug
adb install -r bin/BusDroid-debug.apkCurrently it is targeting API level 16 (Android 4.1 Jelly Bean), with minimum level 10 (given the phones I have to test, HTC Butterfly, and HTC Desire on CyanogenMod 7).
#### Architecture
Nutshell, still very flexible
+ GPS logger service, periodically save location info into local database
+ Forwarder service, periodically send saved data to remote server when connection is available#### Usage
+ use "Get Configuration" with the URL provided by the StartupBus team
+ add choose your bus after the config update
+ add oAuth token given by the team
+ enable GPS
+ start logging and keep logging### External code
#### GPSLogger
Using GPS logger service based on [GPSLogger], which is under Apache License,
available for modification and distribution, and no "notice.txt" provided.[GPSLogger]: http://code.google.com/p/gpslogger/ "GPSLogger on Google Code"