Yes, there's a configuration parameter to save raw data.
Hi Anton,
and how is that ?
Hi jamel,
Add below to traccar.xml file
<entry key='database.saveOriginal'>true</entry>
Hi,
can i see it through logs files?
Through log file you can always see raw data. No configuration needed.
<entry key='database.saveOriginal'>true</entry>
can it save raw data in database?
Have you tried?
In which table this raw data get saved ? @anton
One More question how we can get raw data in MainEventHandler to save raw data into my custom database?
It's saved in the positions table.
Thanks, Anton, Could you please guide me on how can I get the raw data into MainEventHandler where the packet is landing? I want to save that raw data in my other database which is the child of Traccar in my case.
There's already a configuration option to stop raw data.
Hi ,
I'm using traccar with postgresql database can i see the raw data that device has sent it ?