Hi,
I'm trying to get Signal strength in ITS protocol https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/protocol/ItsProtocolDecoder.java#L79
and then I'm forwarding it to a URL. copyAttributes is enabled and I'm getting all other basic attributes perfectly (except some others like operator, vehicle registration etc.).
<entry key='processing.copyAttributes'>operator, gsm, cells, sat, rssi, alarm, altitude, battery, batteryLevel, ignition, charge, door</entry>
But I'm still not receiving any such information like RSSI or Cells or GSM in the attributes. Is there some other key to that or what is it that can be done? Any help would be much appreciated.
Thanks!
That's because cell info is not stored in attributes.
Can you help me, how can I achieve that?
Could you please at least give an idea about where can I start?
Hi,
I'm trying to get Signal strength in ITS protocol https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/protocol/ItsProtocolDecoder.java#L79
and then I'm forwarding it to a URL. copyAttributes is enabled and I'm getting all other basic attributes perfectly (except some others like operator, vehicle registration etc.).
<entry key='processing.copyAttributes'>operator, gsm, cells, sat, rssi, alarm, altitude, battery, batteryLevel, ignition, charge, door</entry>
But I'm still not receiving any such information like RSSI or Cells or GSM in the attributes. Is there some other key to that or what is it that can be done? Any help would be much appreciated.
Thanks!