-
Hello,
I've installed traccar v3.9 under linux and I'm trying to forward all parsed data packets from GT06N trackers to another web server.
I want traccar to blindly forward any GT06N packet to the …
-
here is my traccar-server log
```
2018-02-26 20:54:08 INFO: Operating system name: Linux version: 3.13.0-135-generic architecture: amd64
2018-02-26 20:54:08 INFO: Java runtime name: OpenJDK 64-B…
-
Hello Anton
The AT2000 (Asset Tracker) device protocol from Teltonika is not yet supported by Traccar
I've tested one device (set it up to transmit to port 5027) and here's a log sample
```
…
bpali updated
6 years ago
-
I followed the instruction here: http://traccar.litvak.su/installation.html
What I did:
1- [Download Traccar 3.9](https://github.com/traccar/traccar/releases/download/v3.9/traccar-linux-3.9.zip) and…
-
Hello, I just try your code.
It works fine. Anyway I want add more row and want the the chart affect as well.
Please help me... Thank.
![12222](https://user-images.githubusercontent.com/4160246/2…
-
Hello,
I am testing traccar on my server with version 3.13. However, when I connect traccar to mySQL server, the Reports functions (Route, Trips, Stop) do not show anything while the Events function …
-
**Hello @tananaev and @Abyss777 **
I using traccar for Many time ago, is the best GPS Platform we can used at the world, but allways i have the same problem; i can`t restore my DB
All ready ma…
-
For the following code:
```java
@GetAction("report")
public void report(DateTime start, DateTime end, Transaction.Dao txDao, VirtualAccout.Dao vaDao) {
List reconciliations = C.l…
-
In 2.0.1 a block of code was added which accesses `color` variable before it is checked for null.
```
java.lang.NullPointerException
at com.vaadin.addon.spreadsheet.XSSFColorConverter.getBorderCol…
-
Hi All,
I'm sorry If I'm duplicating. I tried searching and using existing solutions nothing worked.
Currently facing issue with Serenity BDD reports. When I run my cases I'm not seeing Index.ht…