Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarxos/1-wire-network
Java event-driven implementation of 1-Wire service.
https://github.com/sarxos/1-wire-network
Last synced: 24 days ago
JSON representation
Java event-driven implementation of 1-Wire service.
- Host: GitHub
- URL: https://github.com/sarxos/1-wire-network
- Owner: sarxos
- Created: 2011-03-10T15:58:55.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-10T16:52:22.000Z (almost 14 years ago)
- Last Synced: 2024-10-15T23:06:44.906Z (2 months ago)
- Language: Java
- Homepage: http://www.sarxos.pl
- Size: 1.26 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
Requirements:
* Java 6
* AspectJ
* Win32 1-Wire Native drivers installedThe goal of this project is to create extensible, highly scalable 1-wire discovery and usage service. Each device can be programmed in the JavaScript.
Project is composed of several parts:
# OWCommons - common libraries and code used by other projects.
# OWModel - 1-wire network model.
# OWService - 1-wire discovery service (server).
# OWClient - client for OWService connected via RMI.After device is being discovered (~100ms after connection) it is being persisted in the
storage
directory. This special directory contains subdirectories which names is equal to the device unique address. Each device directory contains XML descriptor and script file containing JavaScript code for the device execution.I won't be working on this project in the future, so in case of any questions regarding this project don't hesitate to ask me :)