Name | Modified | Size | Downloads / Week |
---|---|---|---|
JAmtConnector-cli_0.1.jar | 2011-06-02 | 1.6 MB | |
jamtconnector-gui-windows_0.1.zip | 2011-06-02 | 1.5 MB | |
LICENSE | 2011-06-01 | 11.3 kB | |
README | 2011-06-01 | 1.1 kB | |
JAmtConnector_0.1.jar | 2011-06-01 | 1.6 MB | |
Totals: 5 Items | 4.6 MB | 0 |
JAmtConnector is an application (written in Java) 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, at least ins this version, works in Command-Line Interface (CLI). See the example bellow: $ java -jar JAmtConnector.jar input.xml output.xml Notice 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. <?xml version="1.0" encoding="UTF-8"?> <jamtconnector> <asset hostname="computer1" ip="10.1.1.1" user="admin" passwd="#####" /> <asset hostname="computer2" ip="10.1.1.2" user="admin" passwd="#####" /> </jamtconnector> The second parameter is the filename that will be created with a report of all collected data from machines described in the input.xml