JAmtConnector is an OpenSource application (written in Java),
release under Eclipse Public License, that can connect an collect
data from vPro machines over network. It uses web-services for communication and works with machines that has AMT version >= 3.0. The software was built based on Intel® WS-Management Java Client Library.
This software also can be useful for who want to learn how to implement AMT resources through Java and Web-Services.
This application, works in Command-Line Interface (CLI) and also in desktop. See the example bellow:
$ java -jar JAmtConnector.jar input.xml output.xmlNotice that there are 2 parameters after jar file: input.xml and output.xml
The first parameter is the an xml file that contains the vPro computers to be monitored.