Not able to get Signal Strength in ITS Protocol

Suyash Rai6 years ago

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!

Anton Tananaev6 years ago

That's because cell info is not stored in attributes.

Suyash Rai6 years ago

Can you help me, how can I achieve that?

Suyash Rai6 years ago

Could you please at least give an idea about where can I start?