Commit c2abc67d authored by Levin Zimmermann's avatar Levin Zimmermann

opcua-server: fix no endpoint

parent 664bbd62
......@@ -38,7 +38,7 @@ initialization =
# setup our server
server = Server()
await server.init()
server.set_endpoint(f"tcp://{ip}:{port}")
server.set_endpoint(f"opc.tcp://{ip}:{port}/freeopcua/server/")
if xml is not None:
await server.import_xml(xml)
_logger.info("Starting server!")
......
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