Simulate / Populate Data for Traccar Server

AryyaW2 years ago

Hi,

I created a library using python to help use test/troubleshoot traccar server by populating data for device. For now it can populate data by:

  1. Given lat,lon array
  2. Given file contains lat lon
  3. Given origin and destination lon lat and it will follow the road

I hope this can be a contribution to traccar community: https://pypi.org/project/TraccarDataPopulator/
The tutorial and demo can be seen here: https://www.youtube.com/watch?v=GAJHCb83T-8

Feedbacks are welcomed

jaimzj2 years ago

Thank you, this was helpful to me.