Hello,
i am trying to view gmond messages using java, but it shows some
kind of encrypted data.
I have a piece of java code listening to multicast socket. When I
write the following command "gmetric -n temperature -v 30 -u celcius -p
8651 -t int16", java code shows the following:
"int16
temperature3celcius<
"
I have tried various encoding types in "new String()" constructor.
Can someone shed some light on this issue ? My goal is to parse this gmond
message and store it in XML database. Do i need to have some kind of XDR
reader ?
Any help is appreciated.
-Thanks in advance,
Manpreet