2017-03-16 12:46:22 +01:00
# μlogger
2017-04-10 22:46:56 +02:00
This is a web application for real-time collection of geolocation data, tracks viewing and management.
2017-03-16 12:46:22 +01:00
Together with a dedicated [μlogger mobile client ](https://github.com/bfabiszewski/ulogger-android ) it may be used as a complete self hosted server– client solution for logging and monitoring users' geolocation.
2013-06-19 13:27:14 +02:00
2017-03-16 12:46:22 +01:00
## Live demo:
2017-01-30 21:36:44 +01:00
- http://flaa.fabiszewski.net/ulogger/
2013-06-19 13:27:14 +02:00
2017-03-16 12:46:22 +01:00
## Requirements:
2017-01-30 21:36:44 +01:00
- PHP 5.5
2017-04-10 22:46:56 +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
2017-03-16 12:46:22 +01:00
## Features:
2013-06-19 13:27:14 +02:00
- 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)
2017-04-10 22:46:56 +02:00
- ajax
2013-06-23 23:53:19 +02:00
- user preferences stored in cookies
2017-03-16 12:46:22 +01:00
- simple admin menu
2013-06-19 13:27:14 +02:00
2017-04-04 17:03:58 +02:00
## Install
2017-04-10 22:46:56 +02:00
- Download the zip or clone the repository on your computer
- Move it to your web server directory
- Use script/ulogger.sql file to create database and tables (you can use a MySQL interface such as [PhpMyAdmin ](https://www.phpmyadmin.net ))
- Create a copy of config.default.php and rename it config.php. Add database credentials in it
- Make sure you have a web server running, e.g. Apache, also PHP and MySQL
- Open a browser and go to http://your_local_server/ulogger-server/
- Connect with admin/admin
- **Change admin password**
- Create other user if needed
2017-04-04 17:03:58 +02:00
2017-03-16 12:46:22 +01:00
## Todo
2013-06-21 11:15:09 +02:00
- install script
2013-06-23 00:17:28 +02:00
- custom icons
2017-01-30 23:46:25 +01:00
- track editing
2017-02-17 16:41:39 +01:00
- track display filters (accurracy, provider)
2013-06-19 13:27:14 +02:00
2017-03-16 12:46:22 +01:00
## License
2013-06-19 13:27:14 +02:00
- GPL
2017-04-04 17:03:58 +02:00
- μlogger is a fork of phpTrackme - tracks viewer I wrote for TrackMe app
2017-04-10 22:46:56 +02:00
- most icons come from [iconmonstr ](https://iconmonstr.com )