2017-04-17 23:29:00 +02:00
2017-04-15 13:41:21 +02:00
2017-04-17 22:04:33 +02:00
2017-04-17 23:29:00 +02:00
2017-04-09 14:03:43 +02:00
2017-04-15 13:41:21 +02:00
2017-04-17 22:04:33 +02:00
2017-04-17 22:35:58 +02:00
2017-04-13 08:56:30 +02:00
2017-01-30 21:36:44 +01:00
2017-04-17 13:15:44 +02:00
2017-01-30 21:36:44 +01:00
2017-04-13 08:56:30 +02:00
2017-04-17 13:15:44 +02:00

ulogger_logo_smallμlogger

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.

Live demo:

Requirements:

  • PHP 5.5 (5.4 with password_compat)
  • MySQL 4.1
  • browser with javascript enabled, cookies for authentication and saving preferences

Features:

  • simple
  • allows live tracking
  • track statistics
  • altitudes graph
  • multiple users
  • user authentication
  • Google Maps API v3
  • OpenLayers v2 (OpenStreet and other layers)
  • ajax
  • user preferences stored in cookies
  • simple admin menu

Install

  • Download zipped archive or clone the repository on your computer
  • Move it to your web server directory (unzip if needed)
  • Create database and MySQL user (at least SELECT, INSERT, UPDATE, DELETE privileges, CREATE, DROP for setup script)
  • Create a copy of config.default.php and rename it to config.php. Customize it and add database credentials
  • Edit scripts/setup.php script, enable it by setting $enabled value to true
  • Make sure you have a web server running with PHP and MySQL
  • Open http://YOUR_HOST/ulogger-server/scripts/setup.php page in your browser
  • Follow instructions in setup script. It will add database tables and set up your μlogger user
  • Remember to remove or disable scripts/setup.php script
  • Log in with your new user on http://YOUR_HOST/ulogger-server/

Todo

  • improve track editing
  • track display filters (accurracy, provider)

License

  • GPL
  • μlogger is a fork of phpTrackme - tracks viewer I wrote for TrackMe app
  • most icons come from iconmonstr
Description
No description provided
Readme 6.2 MiB
Languages
JavaScript 48.4%
PHP 48.2%
CSS 2.1%
PLpgSQL 0.6%
Shell 0.5%
Other 0.1%