Skip to content
forked from rynr/netio

Java Library to control Netio 230B from Koukaam

License

Notifications You must be signed in to change notification settings

gitter-badger/netio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java Library to control Netio 230B from Koukaam

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%