Device Connection

Gps man2 months ago

Apart from log, is there any other place where we can see if device is sending data but traccar is delaying in processing the same or listening the same.....

My issue is device response time is 10 sec, whereas in log i see data receipt at 60 seconds or more.....

Track-trace2 months ago

You can listen on the port before data reaches traccar server.

But traccar does not ignore data. Even if traccar filters the data you would still see it in traccar logfile.

So it should be a device issue.

Adriano Miranda2 months ago

Hello.

  • What is your device?
  • Can you see all data from route report?

Some devices store data each 10 sec but wait to send one package with at least 6 data points to the server.

Gps man2 months ago

I m using FMB920 - Teltonika

My query i regarding the device update in the log.... I m running tail command to monitor the device interaction with traccar. But in that only i m getting data in gap of 60s instead of 10s.

Gps man2 months ago

@track-trace...

Can you please share how we can listen on port for particular imei in aws......

Track-trace2 months ago

You can use tcpdump for that and open the output in for instance wireshark to view the data.

Adriano Miranda2 months ago

Well, like I said, some devices store data each 10 sec but wait to send just one package each "send period" (Teltonika).

Teltonika Config

Gps man2 months ago

so i tried send period to 5 /10 second, then also no change was seen when i did tail to the log file.