Traccar GPS Tracking System
Go to file
2022-06-15 09:55:50 -07:00
.github Upgrade CI Java version 2021-04-04 15:17:16 -07:00
gradle Inject velocity engine 2022-06-11 08:28:41 -07:00
schema Remove users manager 2022-06-15 09:55:50 -07:00
setup Improve dependency injection 2022-05-30 13:12:37 -07:00
src Remove users manager 2022-06-15 09:55:50 -07:00
templates formatting-reverted 2021-11-04 09:56:42 +01:00
tools Initialize device location 2022-05-21 14:09:26 -07:00
traccar-web@d6445273b7 Update git commit 2022-05-21 16:16:32 -07:00
.gitignore Use default proto directory 2022-03-03 21:19:13 -08:00
.gitmodules Ignore changes to submodule 2016-12-03 12:13:07 +13:00
build.gradle Revert JSR353 removal 2022-06-12 10:40:53 -07:00
debug.xml Update debug config 2022-06-12 10:41:13 -07:00
gradlew Update gradle and wrapper 2022-03-20 21:13:21 -07:00
gradlew.bat Update gradle and wrapper 2022-03-20 21:13:21 -07:00
LICENSE.txt Upload full license file 2016-09-23 03:07:30 +12:00
README.md Update readme 2021-10-20 16:11:15 -07:00
settings.gradle Update project name 2019-04-01 21:50:33 -07:00
swagger.json Update version numbers 2022-05-21 15:26:56 -07:00

Traccar

Overview

Traccar is an open source GPS tracking system. This repository contains Java-based back-end service. It supports more than 200 GPS protocols and more than 2000 models of GPS tracking devices. Traccar can be used with any major SQL database system. It also provides easy to use REST API.

Other parts of Traccar solution include:

There is also a set of mobile apps that you can use for tracking mobile devices:

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

Please read build from source documentation on the official website.

Team

License

Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.