See raw data from Database?

ddubief7 years ago

I can see the daily log info, but is there a way to see the raw NMEA sentences that my device sent in historically? Or is that parsed and stored in raw Lat/Long format?

Thanks!

Anton Tananaev7 years ago

You can store original raw message as well (database.saveOriginal):

https://www.traccar.org/configuration-file/

ddubief7 years ago

So just adding <entry key='database.saveOriginal">true</entry> should do the trick?

I'll assume that restart of the service would be necessary?

ddubief7 years ago

That works great! Any option for ASCII output into the log? versus HEX?

Anton Tananaev7 years ago

Unfortunately not.