https://github.com/pklaus/netio230a
Python software to access the Koukaam NETIO-230A and NETIO-230B: power distribution units / controllable power outlets with Ethernet interface.
https://github.com/pklaus/netio230a
Last synced: about 1 month ago
JSON representation
Python software to access the Koukaam NETIO-230A and NETIO-230B: power distribution units / controllable power outlets with Ethernet interface.
- Host: GitHub
- URL: https://github.com/pklaus/netio230a
- Owner: pklaus
- License: gpl-3.0
- Created: 2009-07-26T10:42:06.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T22:11:46.000Z (almost 10 years ago)
- Last Synced: 2025-03-26T13:04:11.594Z (about 2 months ago)
- Language: Python
- Homepage: http://pklaus.github.io/netio230a/
- Size: 11 MB
- Stars: 17
- Watchers: 5
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# netio230a: A Python class to interface the Koukaam NETIO 230A via TCP/IP.
## Project Information
This software (netio230a) provides an interface via TCP to control the Koukaam
NETIO 230A. The software consists of a package to make the device accessible
in Python. It also comes with a command line tool.
The software should also work for the Koukaam NETIO-230B.## Required Python modules
This project uses the standard python modules socket, hashlib, re, math, time,
datetime, shlex and sys.## Installation and Usage
The software is tested and known to work on Ubuntu Linux (since 9.04 Jaunty) and
on Microsoft Windows XP. It should, however, work on any operating system that
supports Python.You can install it with
pip install --upgrade https://github.com/pklaus/netio230a/archive/master.zip
For Ubuntu and Debian there are ready to use .deb installation packages. Please
refer to [the wiki page on the .deb
packages](https://wiki.github.com/pklaus/netio230a/Debian-and-Ubuntu-packages-for-netio230a).## License
> netio230a is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> (at your option) any later version.
>
> netio230a is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU General Public License for more details.
>
> You should have received a copy of the GNU General Public License
> along with netio230a. If not, see .## Author
Philipp Klaus
* philipp.l.klaus AT web.de