diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2013-01-20 23:53:52 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2013-01-20 23:53:52 +0100 |
commit | 1068ff9bf74cf411be701bb50fae92e8476b5da7 (patch) | |
tree | 5f54b2cb37bace46a0508544ec5116468c8f584b /datastore/config.py | |
parent | a40afda64c61089d6c108eea9cb3eac8aeaaa072 (diff) | |
download | ebus-alt-1068ff9bf74cf411be701bb50fae92e8476b5da7.tar.gz ebus-alt-1068ff9bf74cf411be701bb50fae92e8476b5da7.zip |
datastore foo
Diffstat (limited to 'datastore/config.py')
-rw-r--r-- | datastore/config.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/datastore/config.py b/datastore/config.py index 9f615d2..cd85f02 100644 --- a/datastore/config.py +++ b/datastore/config.py @@ -4,6 +4,9 @@ from store.processor import CountingProcessor CHANNELS={ 'org.xapek.test1' : PrinterChannel("org.xapek.test1"), 'org.xapek.test1.count' : SimpleMemoryChannel(), + 'arduino.a0' : PrinterChannel("a0"), + 'arduino.a0.dba' : PrinterChannel("a0.dba"), + 'arduino.a0.mv' : PrinterChannel("a0.mv"), } PROCESSORS={ @@ -12,7 +15,7 @@ PROCESSORS={ } -STOMP_HOST="localhost" +STOMP_HOST="10.2.2.26" STOMP_PORT=61613 STOMP_LOGIN="" STOMP_PASSCODE="" |