Traccar GPS Tracking System
Go to file
AuroraRAS 2b046d6932 Append items in gitignore for VSCode IDE
Ignore "bin" folder for ".class" files
Ignore ".vscode" folder for VSCode IDE config

Signed-off-by: AuroraRAS <chplee@gmail.com>
2023-02-15 22:08:58 +08:00
.github Try new version 2023-02-05 07:33:44 -08:00
gradle Update gradle version 2022-10-02 10:26:38 -07:00
schema Use period from calendar 2023-01-26 15:19:53 -08:00
setup Add missing JDK module 2023-02-14 15:26:46 -08:00
src Decode AT07 RFID data 2023-02-14 15:18:44 -08:00
templates Address in events report (fix #4761) 2022-10-28 06:08:10 -07:00
tools Update integration tests 2023-02-04 16:23:31 -08:00
traccar-web@091d10531a Update submodule 2023-02-05 08:28:28 -08: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 Include all dependencies 2023-02-06 11:32:04 -08:00
debug.xml Add test geocoder 2022-12-21 15:46:10 -08: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 number 2023-02-04 15:18:21 -08: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.