Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/networkupstools/jnut
A NUT Client for Java
https://github.com/networkupstools/jnut
Last synced: about 1 month ago
JSON representation
A NUT Client for Java
- Host: GitHub
- URL: https://github.com/networkupstools/jnut
- Owner: networkupstools
- Created: 2013-04-04T18:44:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T14:03:19.000Z (about 2 months ago)
- Last Synced: 2024-11-01T15:17:48.749Z (about 2 months ago)
- Language: Java
- Size: 65.4 KB
- Stars: 17
- Watchers: 7
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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.