Traccar GPS Tracking System
Go to file
2025-01-02 06:27:08 -08:00
.github Better checkstyle filtering 2024-09-06 10:10:40 -07:00
gradle Disable checktyle rule 2024-11-17 08:32:21 -08:00
schema Add notification description (fix #5411) 2024-09-18 14:30:16 -07:00
setup Update version number 2024-09-15 21:17:23 -07:00
src Clean up OwnTracks decoder 2025-01-02 06:27:08 -08:00
templates Update deviceFuelIncrease.vm 2024-12-19 23:57:56 +01:00
tools Improve integration tests 2024-07-28 13:15:14 -07:00
traccar-web@9a34d3f145 Update git submodule 2024-09-16 16:11:45 -07:00
.gitignore Append items in gitignore for VSCode IDE 2023-02-15 22:08:58 +08:00
.gitmodules Ignore changes to submodule 2016-12-03 12:13:07 +13:00
build.gradle Update version number 2024-09-15 21:17:23 -07:00
debug.xml Use double quotes XML declaration 2024-06-05 06:17:11 -07:00
gradlew Update gradle and wrapper versions 2024-06-01 14:06:15 -07:00
gradlew.bat Update gradle and wrapper versions 2024-06-01 14:06:15 -07:00
LICENSE.txt Upload full license file 2016-09-23 03:07:30 +12:00
openapi.yaml User expirationTime nullable: true 2024-11-21 17:40:09 +00: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

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.