Reading data from traccar server

Blaser936 years ago

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.

Anton Tananaev6 years ago

You should either use position forwarding functionality or WebSocket API to receive and push data to another system.

Blaser936 years ago

Thanks for the reply!!
Will look into both features.