netio

NETIO is a series of smart sockets nd PDU (Power Distribution Unit) by Koukaam. This library gives you a Java-Interface to control them.

License

License

Categories

Categories

Net
GroupId

GroupId

org.rjung.util
ArtifactId

ArtifactId

netio
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

netio
NETIO is a series of smart sockets nd PDU (Power Distribution Unit) by Koukaam. This library gives you a Java-Interface to control them.
Project URL

Project URL

http://github.com/rynr/netio
Source Code Management

Source Code Management

http://github.com/rynr/netio

Download netio

How to add to project

<!-- https://jarcasting.com/artifacts/org.rjung.util/netio/ -->
<dependency>
    <groupId>org.rjung.util</groupId>
    <artifactId>netio</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rjung.util/netio/
implementation 'org.rjung.util:netio:1.0'
// https://jarcasting.com/artifacts/org.rjung.util/netio/
implementation ("org.rjung.util:netio:1.0")
'org.rjung.util:netio:jar:1.0'
<dependency org="org.rjung.util" name="netio" rev="1.0">
  <artifact name="netio" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rjung.util', module='netio', version='1.0')
)
libraryDependencies += "org.rjung.util" % "netio" % "1.0"
[org.rjung.util/netio "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.7
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

netio

NETIO is a series of smart sockets nd PDU (Power Distribution Unit) by Koukaam.

This library gives you a Java-Interface to control them.

Example

NetworkSwitch networkSwitch = new NetworkSwitch.Builder("switch.host.name", 2345)
        .setUsername("admin").setPassword("secret").build();
// Switch all 4 units off (1 on, 0 off, i reset, u no-change)
networkSwitch.send("0000");

Info

Versions

Version
1.0