- 22 Jan, 2023 1 commit
-
-
ratara authored
-
- 20 Jan, 2023 3 commits
-
-
Lukas Beckmann authored
-
Lukas Beckmann authored
-
Raphael Nestler authored
Fixes #1180
-
- 11 Jan, 2023 1 commit
-
-
Alexis Metge authored
OPC-UA specification Part 4, 5.6.3 specifies that a Null or empty user token shall always be interpreted as anonymous. Add a test for this case and a fix to properly handle it.
-
- 01 Jan, 2023 2 commits
-
-
Kolja Brix authored
-
Kolja Brix authored
-
- 29 Dec, 2022 6 commits
-
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Tobias Beck authored
-
- 09 Dec, 2022 1 commit
-
-
oroulet authored
do not print a very long exception trace when a handle does not have status_change_notification method
-
- 08 Dec, 2022 1 commit
-
-
Christoph Ziebuhr authored
-
- 25 Nov, 2022 1 commit
-
-
Alexander Travov authored
-
- 24 Nov, 2022 2 commits
-
-
Alexander Travov authored
-
Alexander Travov authored
-
- 20 Nov, 2022 2 commits
-
-
Ralph Martig authored
-
martigr authored
-
- 09 Nov, 2022 1 commit
-
-
Hendrik von Prince authored
Certificates, that are already loaded into memory as bytes, can now directly be handed over to set_security and load_certificate.
-
- 08 Nov, 2022 3 commits
- 07 Nov, 2022 2 commits
-
-
oroulet authored
-
Hendrik von Prince authored
The parameter is not an instance of ua.SecurityPolicy, but a subclass of ua.SecurityPolicy. This change satisfies the type-checker in PyCharm.
-
- 03 Nov, 2022 2 commits
-
-
Alexander Schrode authored
-
Alexander Schrode authored
Default value should be False
-
- 31 Oct, 2022 5 commits
-
-
Johan Aires Rastén authored
Datavalues shall be set to Null if the status code indicates an error. Previously it did so for anything that does not have status code good, i.e. also uncertain status, which is only a warning.
-
oroulet authored
-
oroulet authored
-
oroulet authored
-
oroulet authored
-
- 28 Oct, 2022 2 commits
-
-
oroulet authored
-
Johan Aires Rastén authored
-
- 24 Oct, 2022 2 commits
-
-
oroulet authored
-
Andreas Heine authored
* proposal-for-better-naming * first shot on an ABC * add missing and used session methods from nodeclass * add ABC inheritance to InternalSession-Class * update imports and typing * make abstract methods async * add missing methods in InternalSession * rename new_node - server to session * update InternalSession * add info log for node registration * rename server to session and add methods to interface * add missing session methods * fix typo * rename transfer_subscription * add comments * add todo comment for BrowseNext * renaming to session * fix skipp tests on windws * remove log in transfer_subscriptions * remove log in browse_next * remove log in transfer_subscriptions
-
- 21 Oct, 2022 2 commits
-
-
smorokin authored
* improved exporting and importing extension objects to/from xml * fixed a type annotation * compability to python 3.7 * fixed type annotation for python < 3.9 * remove optional parameter for <=3.8 * added tests * comp with old pyhton versions * fixed an error in tests * somehow the name of the struct makes a difference
-
Karl Lindblom authored
-
- 18 Oct, 2022 1 commit
-
-
Andreas Heine authored
* add feat: subscription.py optional param for sampling_interval * fix: flake8 stuff * fix: flake8 stuff * add: missing typehints and small refactoring according to flake8 * Update subscription.py * remove: unnecessary import * update: comments * update: fix wrong typehint
-