New trip and stops logic testing

Anton Tananaev 5 hours ago

We're working on a new implementation for trips and stops detection. Instead of the old logic that was using speed values and time, we now use distance and time. It should solve some common problems.

We need some help with testing the initial implementation. You can get a preview version from here:

https://www.traccar.org/preview/

Then you need to set report.trip.newLogic to true in the configuration file.

The new logic will apply to motion events and fast reports only for now.

Please try and provide feedback.