https://github.com/jerry-muir/ether_io
A basic JAVA driver for the Ether IO family of digital input/output boards.
https://github.com/jerry-muir/ether_io
elexol ether-io ethernet io io24 tempero
Last synced: 24 days ago
JSON representation
A basic JAVA driver for the Ether IO family of digital input/output boards.
- Host: GitHub
- URL: https://github.com/jerry-muir/ether_io
- Owner: jerry-muir
- License: apache-2.0
- Created: 2019-03-27T15:03:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T18:36:19.000Z (about 7 years ago)
- Last Synced: 2025-07-19T02:26:15.434Z (11 months ago)
- Topics: elexol, ether-io, ethernet, io, io24, tempero
- Language: Java
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
INTRODUCTION
This project provides a basic JAVA interface to the Ether IO family of boards.
The Ether IO family of digital input/output boards allows for remote
control of digital I/O ports over Ethernet using a UDP based protocol.
For product details see:
http://www.temperosystems.com.au/
http://www.temperosystems.com.au/support/
BUILD AND INSTALL INSTRUCTIONS
A Maven build file is included and can be run as follows:
To build source and documentation JAR files: mvn package
To install to the local Maven repository: mvn install
To install without running integration tests which require that hardware be present: mvn install -DskipITs
This software is free to use as governed by the Apache 2.0 Software License.
The author is not affiliated in any way with Tempero Systems.
Copyright (C) 2019 Gerard L. Muir