- 23 Feb, 2019 6 commits
- 22 Feb, 2019 1 commit
-
-
oroulet authored
update some examples, make them work and add several missing async methods
-
- 21 Feb, 2019 3 commits
- 20 Feb, 2019 8 commits
- 17 Feb, 2019 3 commits
-
-
Christian Bergmiller authored
-
Christian Bergmiller authored
-
oroulet authored
-
- 16 Feb, 2019 4 commits
- 15 Feb, 2019 6 commits
-
-
oroulet authored
-
Dario Ernst authored
-
Dario Ernst authored
!! Warning, API-breaking changes! When closely reading the spec, events are emitted by one node, and refer to their SourceNode in an attribute — the SourceNode can and often will be different from the emitting node. Until now, python-opcua assumed these two to be identical. This commit tries to straighten this situation. To that end, we introduce new parameters in the eventgenerator, Event-class and all children thereof. The EventGenerator will now try to honor emitting nodes given to it, but still handle and add SourceNodes. The InternalSubscription finally serializing and emitting the event is adapted to this new behavior.
-
Dario Ernst authored
-
brubbel authored
See https://github.com/FreeOpcUa/python-opcua/issues/755 This fixes inconsistent Encoding types when performing y=variant_to_binary(x) -> x2=variant_from_binary(y) on auto-generated attributes in the standard address space.
-
Volodymyr Kozachynskyi authored
-
- 14 Feb, 2019 9 commits
-
-
oroulet authored
-
brubbel authored
Certificate is only used at higher Server level, no need to store in InternalServer
-
Dario Ernst authored
Deleting a node on which any client holds a datachange-notification subscription, NodeManagementService._delete_node_callbacks fails because the size of the dictionary it loops over changes. Here, we solve this by not using the .items() iterator, but making a copy in form of a list first ….
-
oroulet authored
-
Magnus Westin authored
NotificationData is sometimes None. And that causes an exception that breaks the flow and no SubscriptionAcknowledgement is created and published to the server.
-
Thilo Cestonaro authored
-
Jaime Pereira authored
-