-
Hi, is there a built-in ability in asyncio to connect to opc da servers through the same library ? Or do we need to implement a client that both can connect to DA and UA servers ? |
Beta Was this translation helpful? Give feedback.
Answered by
oroulet
Dec 29, 2020
Replies: 1 comment
-
there is no DA support in asyncua. if you want to support both DA and UA on server side, you need to implement two servers one for DA and one for UA. on client side you choose the library that matches your server |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
swamper123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there is no DA support in asyncua. if you want to support both DA and UA on server side, you need to implement two servers one for DA and one for UA. on client side you choose the library that matches your server