Get more specified information from device sensors

Christopher7 years ago

Hi Anton,

Using Meitrack and iStartek devices I see they give me a lot of information that is written into the 'Attributes'. I'm trying to find the right place to edit files to get that information into separate mysql table cells. (I would like to get the information from 'ADC' into a separate cell).

I have allready found the protocols in 'traccar-server.jar', just don't know where in the file to edit them.

Can you help?

Thanks!

Chris

Anton Tananaev7 years ago

I believe recent versions on MySQL support JSON functions, so you can extract data directly in the SQL query without need for Java code changes.