Traccar GPS Tracking System
Go to file
Rodolfo Silva bd64dc0bc7 AMQP Forwarder
Add support to forward events and positions to AMQP (RabbitMQ).
2023-07-13 15:05:37 -03:00
.github Try new CI config 2023-05-19 08:05:04 -07:00
gradle Implement VLT protocol 2023-03-26 09:55:07 -07:00
schema Add calendar based filtering 2023-07-01 16:04:07 -07:00
setup Initial T622G-F9 Iridium support 2023-07-03 13:54:19 -07:00
src AMQP Forwarder 2023-07-13 15:05:37 -03:00
templates Remove status event links 2023-05-25 06:48:50 -07:00
tools Add integration test 2023-05-30 14:01:25 -07:00
traccar-web@f8048106da Revert traccar-web submodule update 2023-06-12 18:19:59 +02: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 AMQP Forwarder 2023-07-13 15:05:37 -03: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-05-30 13:53:23 -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.