Skip to content

Tool to find writable variables on OPC UA servers.

License

Notifications You must be signed in to change notification settings

nettitude/opcua_find_writable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Find Writable OPC UA Variables

opcua_find_writable.py is a simple tool to find writable variables on OPC UA servers. It enumerates all nodes in the tree and prints the path of each variable that is writable by the current user.

Usage: python3 opcua_find_writable.py [server], where [server] is an OPC UA connection string, like opc.tcp://10.1.2.3:4840/

It depends on python-opcua.

Released under MIT License.

About

Tool to find writable variables on OPC UA servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%