Commit ba020ad1 authored by Levin Zimmermann's avatar Levin Zimmermann

fixup! add basic opcua server

parent acb150c7
......@@ -448,7 +448,7 @@ def runwsgitw():
# Add OPCUA server
opcua_ip, opcua_port = ip, '2262'
opcua_factory = OPCUAFactory()
add_iserver(opcua_factory)
add_iserver(opcua_factory, opcua_ip, opcua_port)
add_limits(opcua_factory)
endpoints.serverFromString(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment