What would be the best way to read the position data from the traccar server, in order to push into an other system.
Reeding the feed and converting it to another format, then pushing it..
Think like reading nmea string and parsing lat/lon with eg. Python.
You should either use position forwarding functionality or WebSocket API to receive and push data to another system.
Thanks for the reply!!
Will look into both features.
What would be the best way to read the position data from the traccar server, in order to push into an other system.
Reeding the feed and converting it to another format, then pushing it..
Think like reading nmea string and parsing lat/lon with eg. Python.