Commit 482a3c49 authored by oroulet's avatar oroulet Committed by GitHub

Update README.md

parent ff361cb6
...@@ -16,6 +16,7 @@ Most low level code is autogenerated from xml specification, thus adding missing ...@@ -16,6 +16,7 @@ Most low level code is autogenerated from xml specification, thus adding missing
Using Python > 3.4 the dependencies are cryptography, dateutil, lxml and pytz. If using python 2.7 or pypy < 3 you also need to install enum34, trollius(asyncio), and futures(concurrent.futures), with pip for example. Using Python > 3.4 the dependencies are cryptography, dateutil, lxml and pytz. If using python 2.7 or pypy < 3 you also need to install enum34, trollius(asyncio), and futures(concurrent.futures), with pip for example.
coverage.py reports a test coverage of over 95% of code, most of non-tested code is autogenerated code that is not used yet. coverage.py reports a test coverage of over 95% of code, most of non-tested code is autogenerated code that is not used yet.
======= =======
Some documentation is available at http://python-opcua.readthedocs.org/en/latest/ Some documentation is available at http://python-opcua.readthedocs.org/en/latest/
...@@ -62,6 +63,7 @@ Tested servers: freeopcua C++, freeopcua Python, prosys, kepware, beckoff, winCC ...@@ -62,6 +63,7 @@ Tested servers: freeopcua C++, freeopcua Python, prosys, kepware, beckoff, winCC
Client: what is not implemented yet Client: what is not implemented yet
* localized text feature * localized text feature
* XML protocol * XML protocol
* UDP
* maybe automatic reconnection... * maybe automatic reconnection...
...@@ -84,6 +86,7 @@ Tested clients: freeopcua C++, freeopcua Python, uaexpert, prosys, quickopc ...@@ -84,6 +86,7 @@ Tested clients: freeopcua C++, freeopcua Python, uaexpert, prosys, quickopc
Server: what is not implemented Server: what is not implemented
* more high level solution to create custom structures * more high level solution to create custom structures
* UDP
* session restore * session restore
* alarms * alarms
* XML protocol * XML protocol
...@@ -98,7 +101,7 @@ Setting up the standard address-space from XML is the most time-consuming step o ...@@ -98,7 +101,7 @@ Setting up the standard address-space from XML is the most time-consuming step o
# Install # Install
pip install opcua pip install opcua (was ealier called freeopcua)
Using Python > 3.4 the dependencies are cryptography, dateutil, lxml and pytz. If using python 2.7 or pypy < 3 you also need to install enum34, trollius(asyncio), and futures(concurrent.futures), with pip for example. Using Python > 3.4 the dependencies are cryptography, dateutil, lxml and pytz. If using python 2.7 or pypy < 3 you also need to install enum34, trollius(asyncio), and futures(concurrent.futures), with pip for example.
......
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