Would replaying an a bunch of tracks (A sporting event) be "as simple as" taking the simple readonly server at https://github.com/traccar/traccar-web/tree/master/web/simple , get /api/devices, then in steps of 1 minute {fetch the latest known positions at that time with /api/positions and plot the devices} every 5 seconds or so,
Should be doable...
Something like that should work.
Do i understand it correctly? Is this a way to show replay's? And can anyone explain to me how this should work?
Would replaying an a bunch of tracks (A sporting event) be "as simple as" taking the simple readonly server at https://github.com/traccar/traccar-web/tree/master/web/simple , get /api/devices, then in steps of 1 minute {fetch the latest known positions at that time with /api/positions and plot the devices} every 5 seconds or so,
Should be doable...