Hi,
I am also trying to do the Asset Inventory check using Java and Intel AMT 5.1 and more or less able to do so just that stuck with getAssetData() method for HardwareAssetInterface.wsdl. It returns me a byte array for the particular asset type, but I am not able to find out how to deal with these byte arrays to get the information I want to fetch. Is there a predefined scheme which if I follow to manipulate these byte arrays, would give me the information - the encrypted kind of data that byte array contains after converted to String. The data looks like:
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿIntelÿÿÿÿÿÿÿÿ ... and so on. I thought I would go through the Intel RDK source code to check how they have implemented HardwareInterface.java's displayAll() method. But not able to find the RDK source code over internet. When I try to download from RDK page, i get RDK utility packge and not source code. Could someone please help and tell
1) Where could I get the source code for RDK,
or
2) How to manipulate the byte arrays returned by getAssetData() method for particular asset type.