Skip to content

tomsun28/ipmilib

 
 

Repository files navigation

Verax IPMI Library

Current Version is 1.0.17

## Introduction Verax IPMI Library is a Java class package that allows Java applications to communicate with IPMI v2.0 (Intelligent Platform Management Interface) enabled-devices.

Please visit http://www.veraxsystems.com/en/products/ipmilib for the current functional specification.

Package contents

This .zip file contains:

  • Pre-built JAR for the library (.\lib directory, just copy to your CLASSPATH and use immediately)
  • Source code for the library and test drivers (.\src directory)
  • JavaDoc documentation (.\doc directory)
  • Samples demonstrating how to use the library (.\sample directory)

Prerequisites

## Build instructions (library & test drivers)

  1. Go to ipmilib-x.y.z root directory
  2. Run mvn install
  3. After successful build you will find library binaries in target directory.
  4. In order to build the IPMI library and execute JUnit tests, specify IP address, username and password of the test server in src\test\resources\test.properties, set the skipTests parameter in pom.xml to false and run mvn install.

Importing project to Eclipse

  1. Start Eclipse and select workspace
  2. Use: File -> Import -> Existing Maven Projects
  3. Select root directory where ipmilib-x.y.z was unpackaged
  4. Once the project is found, click next to add it to the current workspace

## Documentation In order to JavaDoc documentation is located in provided along with this package. To see it, open doc\index.html in your web browser.

## License Verax IPMI Library is provided "as is" with no warranty, under GPL version 3. To see full text of this license go to http://www.gnu.org/copyleft/gpl.html Please contact us to obtain information on commercial license.

Copyright (c) Verax Systems. All rights reserved.

About

Java IPMI Library from ttp://www.veraxsystems.com/en/products/ipmilib (direct import from src)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%