Replies: 1 comment
-
A did some further research and found a Python implementation FreeOpcUa/python-opcua#863 They have a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Sorry for the beginner question. How do I list all
Node
s,DataNode
s andVariable
s of an endpoint on a server with this crate as client?I found
Session
'sbrowse
function but I am not sure what to use asnode_id
if I just want to list everything.If that helps my endpoint looks like this:
PS: Maybe additionally to the
simple-client
example which shows how to start subscriptions for known variables we can also add someextremely-simple-client
example code documentation for users like me who don't even know how to query the variable names.That sample code could show how to do very basic variable listing and polling reading and writing.
Beta Was this translation helpful? Give feedback.
All reactions