Send position information between two traccar servers

Jose B8 years ago

Good Morning,
I'm in need of help to understand if is possible to send position information from a single device between two traccar servers?
This device is already register in both server.
I tried to find solutions in the config site ("https://www.traccar.org/configuration-file/") and in this forum, but I really am not able to move on ahead.
I tried:

    <entry key = 'forward.enable'> true </ entry>
     <entry key = 'forward.url'> http: // "...myip...": 6023 /? deviceid = {uniqueid} & amp; valid = {valid} fixTime = {fixTime} & deviceTime = {deviceTime} & amp; protocol = {protocol} & amp ; name = {name} & latitude = {latitude} & amp; longitude = {longitude} & altitude = {altitude} speed = {speed} & course = {course} & statusCode = {statusCode} & amp; address = {address} & gprmc = {gprmc} & amp; attributes = {attributes} </ entry>

The informaton is present on the logs and I can decoder perfectly, but on the web it still not connected

Can help me?
JB

Anton Tananaev8 years ago

Make sure that you are using Osmand port. Also, your XML seems invalid. I suspect that you changed it to post on forum, but I suggest you learn proper formatting instead of messing up with original config line.