JAmtConnector an OpenSource AMT/vPro connector

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.

<?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


CLI Interface


The desktop version uses the same concept:


Desktop Interface

Binaries and source-code can be found at SourceForge: http://sourceforge.net/projects/jamtconnector/

 

Feel free to use and contribute.

 

 

 

empresa | serviços | soluções | treinamento | clientes | contato | mapa do site
Copyright 2011 © InfoSERVER - Todos os direitos reservados