X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=bridge-old-sensors-zmq.py;h=6f065d147c2a3fe830d98eefe7316d3de61d88a4;hp=459d8547090f0fe4241b39ed1e3d1b9c52f668a3;hb=2c075d279f61bf548e22b2715d82d58fc1f16f76;hpb=8c57d7d6432272bc904a0f89536e12567a2f2d81 diff --git a/bridge-old-sensors-zmq.py b/bridge-old-sensors-zmq.py index 459d854..6f065d1 100755 --- a/bridge-old-sensors-zmq.py +++ b/bridge-old-sensors-zmq.py @@ -245,7 +245,7 @@ else: zmqctx = zmq.Context() zmqctx.linger = 0 zmqpub = zmqctx.socket(zmq.PUB) -zmqpub.connect("tcp://wuzzler.realraum.at:4243") +zmqpub.connect("tcp://torwaechter.realraum.at:4243") #listen for sensor data and forward them trackSensorStatus(uwscfg, zmqpub)