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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

org.rjung.util
Идентификатор

Идентификатор

netio
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://github.com/rynr/netio
Система контроля версий

Система контроля версий

http://github.com/rynr/netio

Скачать netio

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.7

test (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0