Your configuration doesn't make any sense to me. Can you explain it?
<!-- position forwarding -->
<entry key='forward.enable'>true</entry>
<entry key='forward.json'>true</entry>
<entry key='forward.url'>http://localhost:6000/</entry>
i just want to forward position to redis i check on internet so i find like this.
i am new to use traccar can you explain me how i config my xml file to position forwarding data to redis
Where did you find this exactly? Link?
on github.
can you give me example how i setup my xml file forward position to redis
sorry i post wrong config setting here is setting for redis
<entry key="event.forward.enable">true</entry>
<entry key="event.forward.type">redis</entry>
<entry key="event.forward.redis.host">localhost</entry>
<entry key="event.forward.redis.port">6379</entry>
<entry key="event.forward.redis.pub_channel">traccar_location</entry>
Still waiting for the link on where you found this.
i can't find that link again
can i use like this.....
<entry key='redis.enable'>true</entry>
<entry key='redis.host'>127.0.0.1</entry>
<entry key='redis.port'>6379</entry>
i try to forward data to redis but i can't see any data in redis. i am using traccar version 5.6
<!-- position forwarding --> <entry key='forward.enable'>true</entry> <entry key='forward.json'>true</entry> <entry key='forward.url'>http://0.0.0.0:6000/</entry>