Location data now updating in the map

Darkking2 years ago

Hi,

I am using Tracar version 5.5. Currently, I am testing with a device that is using gt06 protocol.
My problem is that the device is sending GPS data to the tracker, but the map shows the device as stationary. But when I use replay, its showing all the points it has captured with 95% accuracy.

Anton Tananaev2 years ago

Check:

  1. Timestamps for the current location and new locations
  2. Check if the web socket connection is active
Darkking2 years ago

Same device is sending 2 different locations with different time stamps. Any idea how to resolve this?

2023-07-04 15:36:19  INFO: [T1085f5b4] id: 865948050057284, time: 2023-07-04 17:54:39, lat: 20.28027, lon: 85.76241, course: 0.0
2023-07-04 15:36:19  INFO: [T1085f5b4: gt06 > 42.106.7.120] 78780513008f84870d0a
2023-07-04 15:36:54  INFO: [T1085f5b4: gt06 < 42.106.7.120] 78781f121707040a0635c0022f2fd209352f4a0004000195004e310007be009041ff0d0a
2023-07-04 15:36:54  INFO: [T1085f5b4] id: 865948050057284, time: 2023-07-04 15:36:53, lat: 20.35937, lon: 85.82248, course: 0.0
2023-07-04 15:36:54  INFO: [T1085f5b4: gt06 > 42.106.7.120] 787805120090362d0d0a
2023-07-04 15:37:19  INFO: [T1085f5b4: gt06 < 42.106.7.120] 78780a1300050300020091bd8c0d0a
2023-07-04 15:37:19  INFO: [T1085f5b4] id: 865948050057284, time: 2023-07-04 17:54:39, lat: 20.28027, lon: 85.76241, course: 0.0
2023-07-04 15:37:19  INFO: [T1085f5b4: gt06 > 42.106.7.120] 7878051300917d780d0a
Anton Tananaev2 years ago

It looks like you have a time in the future. That's why I said that the timestamp needs to be checked. That's the problem.