Skip to content

Commit 5ca03bb

Browse files
authored
Update README.md
1 parent e1d6c88 commit 5ca03bb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OPC UA binary protocol implementation is quasi complete and has been tested agai
1313

1414
Most low level code is autogenerated from xml specification, thus adding missing functionnality to client or server is often trivial.
1515

16-
Using Python > 3.4 the dependencies are cryptography and dateutil. If using python 2.7 or pypy < 3 you also need to install enum34, trollius(asyncio), and futures(concurrent.futures), with pip for example.
16+
Using Python > 3.4 the dependencies are cryptography, dateutil 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.
1717

1818
coveryage.py reports a test coverage of over 90% of code, most of non-tested code is autogenerate code that is not used yet.
1919

@@ -60,8 +60,8 @@ Tested servers: freeopcua C++, freeopcua Python, prosys, kepware, beckoff, winCC
6060

6161
Client: what is not implemented yet
6262
* localized text feature
63-
* adding some missing modify methods
6463
* XML protocol
64+
* maybe automatic reconnection...
6565

6666

6767
Server: what works:
@@ -82,12 +82,13 @@ Server: what works:
8282
Tested clients: freeopcua C++, freeopcua Python, uaexpert, prosys, quickopc
8383

8484
Server: what is not implemented
85+
* session restore
8586
* alarms
8687
* XML protocol
8788
* views
8889
* localized text features
8990
* better securty model with users and password
90-
* adding some missing modify methods
91+
9192

9293
Server: Running on a Raspberry Pi
9394

0 commit comments

Comments
 (0)