summaryrefslogtreecommitdiff
path: root/datastore/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'datastore/config.py')
-rw-r--r--datastore/config.py5
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=""