traccar
  • Java 98.8%
  • Python 0.9%
  • Shell 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Michel Gomez 062af3fdda ignorar carpeta media/
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 15:30:16 -05:00
.github primer proyecto 2025-06-30 19:29:44 -05:00
conf Ignorar archivos locales conf, logs y .env 2025-08-22 12:59:01 +00:00
data primer proyecto 2025-06-30 19:29:44 -05:00
gradle primer proyecto 2025-06-30 19:29:44 -05:00
schema primer proyecto 2025-06-30 19:29:44 -05:00
setup primer proyecto 2025-06-30 19:29:44 -05:00
src primer proyecto 2025-06-30 19:29:44 -05:00
templates primer proyecto 2025-06-30 19:29:44 -05:00
tools primer proyecto 2025-06-30 19:29:44 -05:00
traccar-web/.vite/deps primer proyecto 2025-06-30 19:29:44 -05:00
web sin novedades 2026-01-10 14:51:04 +00:00
.gitignore ignorar carpeta media/ 2026-05-13 15:30:16 -05:00
.gitmodules primer proyecto 2025-06-30 19:29:44 -05:00
build.gradle primer proyecto 2025-06-30 19:29:44 -05:00
debug.xml primer proyecto 2025-06-30 19:29:44 -05:00
gradlew primer proyecto 2025-06-30 19:29:44 -05:00
gradlew.bat primer proyecto 2025-06-30 19:29:44 -05:00
LICENSE.txt primer proyecto 2025-06-30 19:29:44 -05:00
openapi.yaml primer proyecto 2025-06-30 19:29:44 -05:00
README.md first commit 2025-06-30 19:29:06 -05:00
settings.gradle primer proyecto 2025-06-30 19:29:44 -05:00
tracar.md ajuste en la base de datos .md 2025-08-22 13:53:36 +00: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.

traccar