Archived Points

asiLab2 years ago

Hello All,
we are implmenting our protocol in traccar. I've a question about archived points on device. Our device create an archive of positions in case have no network to communicate and then send this archived positions on next connection. How can we mark positions to be treated as "story" and not trace it as real time data when received on server side?

regards,
Gianmaria

Anton Tananaev2 years ago

You don't need to mark them.

Gianmaria2 years ago

Thanks,
It means new position produced by decoder are evaluated by some datetime property?

Thanks for your help.

Anton Tananaev2 years ago

If the fix time is older than the last known location, Traccar will just store it in the database and won't reflect as the current location.

Gianmaria2 years ago

Thanks you so much Anton.

Gian