X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=bridge-old-sensors-zmq.py;h=6f065d147c2a3fe830d98eefe7316d3de61d88a4;hb=cdd9cf8f41352f1f707c53f464cd19be334c5578;hp=459d8547090f0fe4241b39ed1e3d1b9c52f668a3;hpb=271a99d6799d9da0cc567f03148ff1d71974e77c;p=svn42.git 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)