Retranslator to other systems from Traccar

Ivan I2 years ago

Hello,
Is there any possibility to retranslate telemetry data from Traccar to other systems i.e with Wialon IPS protocol or anything similar?
Maybe there are some plugins or tools for that? thank you for any info!

Anton Tananaev2 years ago

Not with Wialon protocol, but we do have some position forwarding options.

Ivan I2 years ago

Anton, thank you for reply. I'm interested in forwarding basic telemetry data to the third party system.
Can you please provide some info where to look for? Are those tools inside of Traccar server? Maybe some scripts or plugins?...any info is apricated. Thanks.

Anton Tananaev2 years ago

Inside Traccar. Read the documentation and search the forum for more details.

Ivan I2 years ago

Got it. Config options:

<entry key='forward.enable'>true</entry>
<entry key='forward.json'>true</entry>
<entry key='forward.retry.enable'>true</entry>

thanks.

Cristian2 years ago

Hi Ivan, did you get the forwarding to work?

I only managed to do it using the following code:

    <!-- forwarding using osmand protocol -->
    <entry key='forward.enable'>true</entry>
    <entry key='forward.url'>http://dominio.com:5055/?id={uniqueId}&amp;status{status}&amp;deviceId{deviceId}&amp;protocol{protocol}&amp;deviceTime={deviceTime}&amp;fixTime={fixTime}&amp;valid{valid}&amp;lat={latitude}&amp;lon={longitude}&amp;course={course}&amp;accuracy={accuracy}&amp;speed{speed}</entry>

When I make the attempt using

<entry key='forward.json'>true</entry>

I don't get it. I would like to retransmit all the data sent by the gps to the platform.