Commit a5c4441e authored by olivier R-D's avatar olivier R-D

update README

parent cec7a8e6
......@@ -19,7 +19,14 @@ A prototype of a GUI client is available at: https://github.com/FreeOpcUa/opcua-
Examples: https://github.com/FreeOpcUa/python-opcua/tree/master/examples
Simple command line tools: https://github.com/FreeOpcUa/python-opcua/tree/master/tools
A set of command line tools: https://github.com/FreeOpcUa/python-opcua/tree/master/tools
* uadiscover (find_servers, get_endpoints and find_servers_on_network calls)
* uals (list children of a node)
* uahistoryread
* uaread (read attribute of a node)
* uawrite (write attribute of a node)
* uasubscribe (subscribe to a node and print datachange events)
* uaclient (connect to server and start python shell)
Client: what works:
* connection to server, opening channel, session
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment