Questions tagged [traccar]

Traccar is a popular open source GPS tracking system. Use this tag when you're having problems using or understanding the source code or the API provided by Traccar.

Traccar is a popular open source GPS tracking system. Use this tag when you're having problems using or understanding the source code or the API provided by Traccar.

24 questions
0
votes
1 answer

How to manage Intellij IDEA configuration?

I've a Java backend application (Traccar). I compile and start the application selecting the following configuration: The I click on run to execute the program, and everything works. My question is: how can I do the same from command line? All the…
0
votes
2 answers

ExtJS Controllers Interraction

apologies if it's not termed correctly, development isn't my first language :) I'm trying to add functionality to an extjs web application called Traccar (a web based tracking platform). For anyone familiar with the application, what I'm trying to…
James
  • 1
0
votes
1 answer

Python HTTP POST Osmand live track

I am trying to send HTTP POST to traccar from a python application. How can i use requests to send it in the following format (osmand): http://demo.traccar.org:5055/?id=123456&lat={0}&lon={1}×tamp={2}&hdop={3}&altitude={4}&speed={5} Requests…
andy
  • 11
  • 3
0
votes
1 answer

How to replicate the Traccar Sever connection to a device (castel protocol by TCP) in a single Java class? (to connect, disconnect encode and decode)

THE CASE: I have a TCP client what send a data and I want to hear the data from my server. So, here, everything okay. I decided make an socket server on port 9876 to listen this device (using Java 8). The data which I receive is weird, when I…
Simón Farias
  • 732
  • 2
  • 8
  • 21
0
votes
1 answer

Traccar GPS and Python - Unable to retrieve device position latitude and longitude

I am using the following code to access data for a specific device on Traccar GPS using Taccar API. import pytraccar.api as api test_url = 'http://localhost:8082' username, password = 'admin', 'admin' url_positions =…
pmatos
  • 276
  • 4
  • 18
0
votes
1 answer

Edit traccar elements via html file

I am using traccar open source GPS tracking system, and I want to edit some html elements but I cant because it is made it in exitjs and and I dont have a local files for editing but I saw that some developer using traccar file release.html to add…
0
votes
1 answer

How to send the data from server to device in traccar?

Traccar is Modern GPS Tracking Platform and Open Source. https://www.traccar.org/source-code/ I send the data into device by SMS for Device has IMEI. I want to know how to send the data from server to device in other way
nexdev
  • 195
  • 11
-1
votes
1 answer

How to Insert Bing maps into the traccar Embed html page?

There are two files that are used so that traccar gps devices can be tracked publicly on an embed html page with an Open Layers map with traccar user token generated from the traccar server. Now I see that Open Layers is using also Bing maps, so can…
-2
votes
1 answer

Can someone guide me or mention some steps to build the traccar.org server on intellij. I am stuck at the loading page

The server gets build but when I go to localhost:8082 it doesnt loads the webpage. I checked the console and it shows that manthis is the loading screen of the page I am trying to load y script and css files are not found (error 404(absent)) I tried…
1
2