See raw data from Database?

ddubief 8 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 Tananaev 8 years ago

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

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

ddubief 8 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?

ddubief 8 years ago

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

Anton Tananaev 8 years ago

Unfortunately not.