nut/scripts/java
2012-06-01 15:55:19 +02:00
..
jNut Imported Upstream version 2.6.4 2012-06-01 15:55:19 +02:00
jNutList Imported Upstream version 2.6.2 2011-09-29 20:14:46 +02:00
Makefile.am Imported Upstream version 2.6.2 2011-09-29 20:14:46 +02:00
Makefile.in Imported Upstream version 2.6.4 2012-06-01 15:55:19 +02:00
README Imported Upstream version 2.6.3 2012-01-24 11:22:33 +01:00

Java NUT Client files
~~~~~~~~~~~~~~~~~~~~~

This directory contains various NUT Client related java source files, written by
Emilien Kia, sponsored by Eaton, and released under GPL v2.

* "jNut": this directory contains maven project and source files for jNut,
which is a Java abstraction bundle to access NUT server(s).
You can use it in Java programs to access NUT's upsd data server in a simple
way, without having to know the NUT protocol.

* "jNutList": this directory contains maven project and source files for
jNutList, a simple Java example program using jNut which connect to an UPSD,
lists its ups and their variables and commands.

* "jNutWebAPI": this directory contains maven project and source files for
jNutWebAPI, a simple Java web archive to access nut informations via REST
web services.