Galileo Protocol not decoding `0x47` tag.

Hamza Javed4 years ago

Hi anton,
I'm using device using galileo protocol.
my device sending Eco-driving data in 0x47 tag
but its not saving in position attributes, and in galileoProtocolDecoder.java you guys not entertaining 0x47 tag,
how can i save this information in position attributes. or is there any chance that you are going to handle this tag too.
Thanks

Anton Tananaev4 years ago

You'll have to add it to the code.

Hamza Javed4 years ago

any document or suggestion , how can i implement this ?
i try to print this in logs using this tag.toString(); in new case (tag == 0x47)
gives this
PooledSlicedByteBuf(ridx: 23, widx: 29, cap: 29/29, unwrapped: PooledUnsafeDirectByteBuf(ridx: 29, widx: 29, cap: 1024))
how can i fetch useful information from above tag.
please any help thanks.