- 20 Dec, 2015 11 commits
-
-
Alexander Korolkov authored
Client now successfully connects to OPC foundation .net server. Dependency on cryptography module is completely optional: you can use python-opcua without cryptography if you only use #None policy.
-
Alexander Korolkov authored
Client and server should respect BufferSize values and should not send chunks bigger than peer's BufferSize. Also, added base class for SecurityPolicy. Only None policy (no signing, no encryption) is implemented now.
-
ORD authored
implement filtering in server side find_servers
-
ORD authored
performance enhancement 2
-
Zhang, Hua authored
-
zhanghua authored
-
Zhang, Hua authored
-
Zhang, Hua authored
-
Zhang, Hua authored
-
Zhang, Hua authored
-
Zhang, Hua authored
-
- 18 Dec, 2015 3 commits
-
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
- 17 Dec, 2015 3 commits
-
-
olivier R-D authored
-
ORD authored
uadiscover was broken after renaming of functions
-
Alexander Korolkov authored
-
- 16 Dec, 2015 2 commits
- 15 Dec, 2015 6 commits
-
-
olivier R-D authored
-
olivier R-D authored
-
ORD authored
discovery implementation
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
this seems to comply with other servers
-
- 13 Dec, 2015 1 commit
-
-
olivier R-D authored
-
- 12 Dec, 2015 2 commits
-
-
olivier R-D authored
-
olivier R-D authored
-
- 11 Dec, 2015 1 commit
-
-
olivier R-D authored
-
- 10 Dec, 2015 11 commits
-
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
ORD authored
XML importer updates
-
ORD authored
Choose PolicyId from list of policies
-
ORD authored
Refactor command-line tools
-
Alexander Korolkov authored
In ActivateSession parameters, PolicyId must match the Id of needed UserTokenPolicy of endpoint. Some servers ignore this Id, but some (like OPC Foundation's .Net UA library) return an error if PolicyId is invalid.
-
Alexander Korolkov authored
-