opcua-client-gui
opcua-client-gui copied to clipboard
user and PW
Hey guys, thanks for the nice project. In the readme, it's written that user and PW can be entered "by writting them in uri". How do I do this? What is uri? url?
Thanks and best regards, Stefan
I don't remember exactly, but in the connection address or if you press connection options you can put credentials in the URI. Something like user:[email protected]/myopc.
You can probably find it some where in the code of the main library.
We should add an example in readme. PR welcome
sorry guys, I don't get it and can't find anything in the ain library
Where do I put "user:[email protected]/myopc"? In the server URL? I can connect to "opc.tcp://x.x.x.x:4840" but if I put user:password@ in front, I the error: socket.gaierror: [Errno 11001] getaddrinfo failed any idea?
thanks and best regards!
opc.tcp://user:[email protected]:4840
well that works. Thanks a lot!