- 22 Aug, 2016 2 commits
-
-
Andrew authored
If node value is type Guid get the value from the child <string> tag.
-
olivier R-D authored
-
- 21 Aug, 2016 3 commits
-
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
- 20 Aug, 2016 1 commit
-
-
olivier R-D authored
-
- 18 Aug, 2016 1 commit
-
-
olivier R-D authored
-
- 16 Aug, 2016 13 commits
-
-
ORD authored
fixes for opcua-modeler
-
olivier R-D authored
-
olivier R-D authored
-
georgschoelly authored
* ignore BadNoSubscription after deleting the last subscriptions Spec Part 5, Paragraph 13.8.1 says that outstanding publish responses should be answered with BadNoSubscription in case the client just deleted the last subscription. This can lead to the following exchange: -> Publish -> Delete <- Publish response (BadNoSubscription) -> Delete response We did not correctly ignore BadNoSubscription in this case. * check response of close session request
-
ORD authored
initial copy_node implementation and cleanup of instanciate
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
- 15 Aug, 2016 2 commits
-
-
georgschoelly authored
-
Andrew authored
* Implement XML exporter * Add support for UAObject and references Exporter can now export regular objects. First attempt at exporting references added for review. Split some methods so building etree and dump/write are separate. * Add reference aliases, add export of object type * Added UA data type, variable type, namespace uris * Example for custom namespace uri
-
- 12 Aug, 2016 1 commit
-
-
olivier R-D authored
-
- 11 Aug, 2016 1 commit
-
-
georgschoelly authored
-
- 10 Aug, 2016 3 commits
-
-
ORD authored
simple changes for opcua-modeler
-
olivier R-D authored
-
olivier R-D authored
-
- 09 Aug, 2016 2 commits
-
-
georgschoelly authored
This enables us to catch status codes directly like this: try: raise UaStatusCodeError(0x80010000) except BadUnexpectedError: # do something
-
Marcel authored
-
- 08 Aug, 2016 2 commits
-
-
Marcel authored
* support multiple depths of inheritance for instantiate * move common methods to common/ua_utils.py * add method is_child_present to ua_utils.py * cleanup empty newlines * Improve implementation of is_child_present * [is_child_present] avoid break
-
Marcel authored
* Updated examples to reflect the proposed changes in the API * pdated examples to reflect the proposed changes in the API, fix wrong method * Updated examples to lateste version of the API including the instantiate * revert renaming of server-custom-object.py
-
- 07 Aug, 2016 1 commit
-
-
olivier R-D authored
-
- 06 Aug, 2016 1 commit
-
-
maljac authored
-
- 05 Aug, 2016 2 commits
-
-
maljac authored
* Initial refactoring the import iteration routine * Added logic for sorting nodes and respect theire parent id * Fixes tests * Fixes some PEP8 issues
-
georgschoelly authored
-
- 03 Aug, 2016 1 commit
-
-
ORD authored
store status code in UaStatusCodeError
-
- 01 Aug, 2016 4 commits
-
-
Georg Schölly authored
This allows the user to handle some status codes differently from others.
-
ORD authored
Improve enums
-
ORD authored
Fix event notifier bugs
-
Cedric Leroy authored
Inlude Server and Source timestamps in monitored_items so that it can be retrived in data change handler (#265) (#266)
-