diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-02 16:34:53 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-02 16:34:53 +0200 |
| commit | 55b366883c41550f8eced0d4b87e0957a744daf8 (patch) | |
| tree | 47222ae5983fadc20c3ebe49ad13e5e5e9922497 /README | |
| parent | cc67c2e498ccc7b504799fa18bfe0c608d425dba (diff) | |
project renaming
from distributed-io which is a widely use term to distrio
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ -DISTRIBUTED-IO -============== +DISTRIO +======= Manuel Traut <manut@mecka.net> -distributed-io is a software framework to group and control digital and analog +distrio is a software framework to group and control digital and analog inputs and outputs that are distributed on different machines/boards. The initial idea was to control turnouts / LEDs / servos of a model railroad. @@ -40,10 +40,10 @@ The 'Digital' and 'Analog' interface needs to be implemented if new hardware should be supported. The 'Device' interface needs to be implemented for each logical/complex device -that should be controllable by the distributed-io framework. +that should be controllable by the distrio framework. The 'Manager' interface needs to be implemented once and can be reused in each -distributed-io system. +distrio system. The 'Controller' interface is the user interface. It can for example host a webinterface or mobile application. |
