Any chance we can add Cellular tower data decoding to the GT06 protocol?
In the image shown here:
https://i.imgur.com/yPS1jL7.png
7878231213031c0d0839c4051eb2480d1f9afc005d4c01369aa7e4002cdb000000000004ba130d0a
The Green is MCC
Yellow is MNC (note: if this value is over 256 it seems to roll it over, so adding 256 + value = 410 - AT&T USA). Only in America do we have MNC > 256. There's no good way to handle this that I can tell.
Purple is LAC
Blue is CellID
They all appear to be decimals
Page 13 of the protocol here shows what is going on:
https://www.stairbox.com/gpsdocs/GT06_GPS_Tracker_Communication_Protocol_v1.8.1.pdf
LBS data is already supported for GT06 protocol.
I found it, it seems to be in the DB under network.
Is there any exposure of perhaps at least Cell ID available in the GUI or reports?
'841193', 'gt06', 'xxxxxx '0', '0', '128', NULL, '{\"sat\":7,\"ignition\":false,\"odometer\":0,\"distance\":0.0,\"totalDistance\":15373.65,\"motion\":false}', '0', '{\"radioType\":\"gsm\",\"considerIp\":false,\"cellTowers\":[{\"cellId\":11483,\"locationAreaCode\":42980,\"mobileCountryCode\":310,\"mobileNetworkCode\":154}]}'
Not as far as I know. You can get it through API though.
Any chance we can add Cellular tower data decoding to the GT06 protocol?
In the image shown here:
https://i.imgur.com/yPS1jL7.png
The Green is MCC
Yellow is MNC (note: if this value is over 256 it seems to roll it over, so adding 256 + value = 410 - AT&T USA). Only in America do we have MNC > 256. There's no good way to handle this that I can tell.
Purple is LAC
Blue is CellID
They all appear to be decimals
Page 13 of the protocol here shows what is going on:
https://www.stairbox.com/gpsdocs/GT06_GPS_Tracker_Communication_Protocol_v1.8.1.pdf