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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Sorry for the beginner question. How do I list all
Nodes,DataNodes andVariables of an endpoint on a server with this crate as client?I found
Session'sbrowsefunction but I am not sure what to use asnode_idif I just want to list everything.If that helps my endpoint looks like this:
PS: Maybe additionally to the
simple-clientexample which shows how to start subscriptions for known variables we can also add someextremely-simple-clientexample 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