From 1068ff9bf74cf411be701bb50fae92e8476b5da7 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 20 Jan 2013 23:53:52 +0100 Subject: datastore foo --- datastore/config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'datastore/config.py') 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="" -- cgit v1.2.1