Yes, you can use this filter:
https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/config/Keys.java#L205-L209
Thank you Anton for the answer.
I must add the filter to the traccar.xml config directory, correct?
Hi Anton
I unable to find reporting interval filter on keys.java. Can you guide me where can I find this filter configuration.
I don't want to store the data packet at server if a new packet arrive at server less than 10 seconds.
Line numbers are off. Here's an updated link:
https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/config/Keys.java#L875-L880
Could you update the link ?
Just check the file history on the day this was posted.
The key is "filter.minPeriod"
Hi ,
Is there any way to limit on the server side frequency reporting interval to be the minimum at 10 seconds ?
Best regards