aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-09-12 16:03:49 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2018-09-12 16:03:49 +1200
commit97fef56fd819996b8b35cb0ca9c49d11bbec635f (patch)
tree1fb5bc954e9bd418d453cf6e7154a2a378e52b36 /README.md
parent5ec4a134fc1f7392fc5a457fc3be19ea8ec20676 (diff)
downloadtraccar-server-97fef56fd819996b8b35cb0ca9c49d11bbec635f.tar.gz
traccar-server-97fef56fd819996b8b35cb0ca9c49d11bbec635f.tar.bz2
traccar-server-97fef56fd819996b8b35cb0ca9c49d11bbec635f.zip
Update readme file
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53736eaff..05a486bd8 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,30 @@
## Overview
-Traccar is open source server for various GPS tracking devices. Project is written in Java and works on most platforms with installed Java Runtime Environment.
+Traccar is an open source GPS tracking system. This repository contains Java-based back-end service. It supports more than more than 170 GPS protocols and more than 1500 models of GPS tracking devices. Traccar can be used with any major SQL database system. It also provides easy to use [REST API](https://www.traccar.org/traccar-api/).
+
+Other parts of Traccar solution include:
+
+- [Traccar web app](https://github.com/traccar/traccar-web)
+- [Traccar Manager Android app](https://github.com/traccar/traccar-manager-android)
+- [Traccar Manager iOS app](https://github.com/traccar/traccar-manager-ios)
+
+There is also a set of mobile apps that you can use for tracking mobile devices:
+
+- [Traccar Client Android app](https://github.com/traccar/traccar-client-android)
+- [Traccar Client iOS app](https://github.com/traccar/traccar-client-ios)
+
+## Features
+
+Some of the available features include:
+
+- Real-time GPS tracking
+- Driver behaviour monitoring
+- Detailed and summary reports
+- Geofencing functionality
+- Alarms and notifications
+- Account and device management
+- Email and SMS support
## Build