File: README

package info (click to toggle)
nut 2.6.4-2.3%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,644 kB
  • sloc: ansic: 54,316; sh: 12,179; makefile: 1,303; python: 1,116; java: 751; perl: 699; xml: 97
file content (19 lines) | stat: -rw-r--r-- 828 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.