Skip to content
Snippets Groups Projects
Commit 697c6fbb authored by Manuela Kuhn's avatar Manuela Kuhn
Browse files

Change LiveViewer host

parent d53e9dc6
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class LiveView(QThread):
subframe = None
mutex = None
zmqIp = "127.0.0.1"
zmqIp = "haspp11eval01.desy.de"
zmqPort = "50021"
zmqContext = None
zmqSocket = None
......@@ -134,7 +134,7 @@ class LiveView(QThread):
def createZmqSocket(zmqIp, zmqPort):
context = zmq.Context()
assert isinstance(context, zmq.sugar.context.Context)
# assert isinstance(context, zmq.sugar.context.Context)
socket = context.socket(zmq.REQ)
connectionStrSocket = "tcp://{ip}:{port}".format(ip=zmqIp, port=zmqPort)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment