- 19 Feb, 2023 1 commit
-
-
Alexander Schrode authored
-
- 17 Feb, 2023 7 commits
-
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Cooper Bodary authored
-
Lukas Beckmann authored
-
Lukas Beckmann authored
-
Christoph Ziebuhr authored
Exceptions have already been handled and logged in _monitor_server_loop / _renew_channel_loop, there is no need to log it again with higher loglevel
-
Christoph Ziebuhr authored
-
- 13 Feb, 2023 2 commits
-
-
bitkeeper authored
[xmlexporter] fix extensionobjects typeid indentifier missing namespace mapping to idx_in_exported_file Other nodeids namespace are corrected to ``dx_in_exported_file`, only the extensionobject typeid identifier isn't. Resulting in bad export. Example: ``` <uax:ListOfExtensionObject> <uax:ExtensionObject> <uax:TypeId> <uax:Identifier>i=296</uax:Identifier> </uax:TypeId> <uax:Body> <uax:Argument> <uax:Name>MyFiled</uax:Name> <uax:DataType> <uax:Identifier>ns=3;i=3003</uax:Identifier> </uax:DataType> ``` In the case above `<uax:Identifier>ns=3;i=3003</uax:Identifier>` isn't corrected. This can be easly fixed in `XmlExporter._val_to_etree` by using the lookup table `self._addr_idx_to_xml_idx`.
-
Andreas Heine authored
* Update server.py * Update server.py * add: unregister * update: register procedure * update: uaprocessor * add: fixme * fix: test * fix: tests
-
- 06 Feb, 2023 2 commits
-
-
Karl Lindblom authored
-
Christoph Ziebuhr authored
-
- 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
-