Traccar GPS Tracking System
Go to file
2022-03-20 21:13:21 -07:00
.github Upgrade CI Java version 2021-04-04 15:17:16 -07:00
gradle Update gradle and wrapper 2022-03-20 21:13:21 -07:00
schema double rename for [to|from]Address into [to|from]address 2022-02-22 09:37:36 +01:00
setup Add SKY IoT TeraTrack protocol 2022-03-03 23:01:46 -08:00
src Add Xexun2 test case 2022-03-20 11:15:32 -07:00
templates formatting-reverted 2021-11-04 09:56:42 +01:00
tools Make integration test multithreaded 2022-01-17 20:52:33 -08:00
traccar-web@9e1c0b4418 Update submodule commit 2022-01-17 22:19:13 -08: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 Use default proto directory 2022-03-03 21:19:13 -08:00
debug.xml Enable LocationIQ by default 2021-11-25 17:12: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 2022-01-17 20:39:35 -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.