convert octet string to xml format like in gurux

Viewed 28

i have a OCTET_STRING in form of byte[] array like : enter image description here

i want to transform it to readable XML , i tried snmp4j and tens of other decoding functions i get the wrong output (unreadable output like : [B@67bad311 .

when i put my octect_string in gurux dlms translator , i get the perfect output (correct value of the date ): enter image description here

can you please give me any clue because i tried everything i can think of, or by a miracle if i get how Gurux translate it correctly

0 Answers
Related