Using test data with traccar

Steven 8 years ago

I have a traccar server up and running version 3.15. I am making some changes to the source code to add some features.

If there a way to simulate messages being sent to traccar from trackers without the actual hardware? I have some example messages from the trackers that I want to test with.

Anton Tananaev8 years ago

You can use generator script from "tools":

https://github.com/tananaev/traccar/tree/master/tools

Steven 8 years ago

Thank you !