I have Traccar using SQL Server database and it works really well.
I am trying to work out where the Attributes in the positions table comes from and I am trying to convert the hex to string using the link, however it returns
...BINARY DATA...
https://www.traccar.org/hex-decoder/
The HEX I am trying to convert is:
8305453228855501010002069b5b4303bc5b4303bc1f090e07ff5e25b4000042f000000bf5003e0500001effb32f131300073201000000336b
Maybe the value is correct and I am looking in the wrong area.
I am looking to see where the following entries come from in the Attributes field in the Positions table
{"sat":4,"carrier":30,"rssi":-75,"modem":47,"hdop":27,"input":17,"ignition":true,"status":0,"event":103,"append":0,"acc0":13558,"distance":26739.66,"totalDistance":393451.82,"motion":true}
In particular I often see a "status" of 8 or 0. I think this means Ignition On or Off? I am using Protocol 5082 which is CalAmp
It's binary protocol, so you can't use HEX to text converter for it.
I have Traccar using SQL Server database and it works really well.
I am trying to work out where the Attributes in the positions table comes from and I am trying to convert the hex to string using the link, however it returns
https://www.traccar.org/hex-decoder/
The HEX I am trying to convert is:
Maybe the value is correct and I am looking in the wrong area.
I am looking to see where the following entries come from in the Attributes field in the Positions table
{"sat":4,"carrier":30,"rssi":-75,"modem":47,"hdop":27,"input":17,"ignition":true,"status":0,"event":103,"append":0,"acc0":13558,"distance":26739.66,"totalDistance":393451.82,"motion":true}
In particular I often see a "status" of 8 or 0. I think this means Ignition On or Off? I am using Protocol 5082 which is CalAmp