diff options
Diffstat (limited to 'README')
-rwxr-xr-x | README | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ +This is a simple web viewer for GPS tracks uploaded with mobile client. +It is designed to work with Android version of great app TrackMe (http://www.luisespinosa.com/trackme_eng.html), +but it should be easy to adjust it for other clients. +Interface "look and feel" is based on TrackMe Display (http://forum.xda-developers.com/showthread.php?t=477394). +It currently uses Google Maps API, but work on OpenStreetMap is in progress. + +Live demo: +- http://flaa.fabiszewski.net/phptrackme/ + +Requirements: +- php 5 +- mysql +- browser with javascript enabled, cookies for authentication + +Features: +- simple +- allows live tracking +- track statistics +- altitudes graph +- multiple users +- user authentication +- Google Maps API v3 +- ajax +- server based configuration + +Todo +- OpenStreetMap API +- client based configuration +- write opensource client? + +License +- GPL |