30 lines
797 B
Plaintext
Raw Normal View History

2017-01-30 21:36:44 +01:00
This is a web application for real-time collection of geolocation data, tracks viewing and management.
Together with a dedicated μlogger mobile client it may be used as a complete self hosted serverclient solution for logging and monitoring users' geolocation.
2013-06-19 13:27:14 +02:00
Live demo:
2017-01-30 21:36:44 +01:00
- http://flaa.fabiszewski.net/ulogger/
2013-06-19 13:27:14 +02:00
Requirements:
2017-01-30 21:36:44 +01:00
- PHP 5.5
2013-06-21 11:15:09 +02:00
- MYSQL 4.1
2013-06-23 23:53:19 +02:00
- browser with javascript enabled, cookies for authentication and saving preferences
2013-06-19 13:27:14 +02:00
Features:
- simple
- allows live tracking
- track statistics
- altitudes graph
- multiple users
- user authentication
- Google Maps API v3
2017-01-30 21:36:44 +01:00
- OpenLayers v2 (OpenStreet and other layers)
2013-06-19 13:27:14 +02:00
- ajax
2013-06-23 23:53:19 +02:00
- user preferences stored in cookies
2013-06-19 13:27:14 +02:00
Todo
2013-06-21 11:15:09 +02:00
- install script
2013-06-23 00:17:28 +02:00
- custom icons
2013-06-19 13:27:14 +02:00
License
- GPL
2017-01-30 21:36:44 +01:00
- μlogger is a fork of phpTrackme - tracks viewer I wrote for TrackMe app