- 07 Dec, 2017 2 commits
-
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
-
- 05 Dec, 2017 1 commit
-
-
Dario Ernst authored
In various places in the library, there were some print()s. These make it hard to control the output of the library externally, e.g. when supressing logging output for clean testing-logs. This commit attempts to replace all leftover print()s by logging calls.
-
- 29 Nov, 2017 2 commits
-
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
-
- 25 Nov, 2017 5 commits
-
-
Mathias Lüdtke authored
test for tuple and None return values
-
Mathias Lüdtke authored
outputs the full CallMethodResult object instead of the OutputArguments only
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
-
- 20 Nov, 2017 3 commits
- 19 Nov, 2017 2 commits
- 18 Nov, 2017 1 commit
-
-
brubbel authored
-
- 17 Nov, 2017 2 commits
- 16 Nov, 2017 2 commits
-
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
Don't instantiate nodes without a modelling rule
-
- 13 Nov, 2017 2 commits
- 12 Nov, 2017 2 commits
-
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
-
- 09 Nov, 2017 10 commits
-
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
added recursive parameter
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
chose parent reference only if id matches
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
-
Mathias Lüdtke authored
-
- 06 Nov, 2017 1 commit
-
-
oroulet authored
-
- 27 Oct, 2017 4 commits
-
-
oroulet authored
-
oroulet authored
* fix encoding of LocalizedText and export/import ByteString encoded as based64 * update generated address space * fix generate address space * regenerate address space * add new extensions objects to ua modules to automate decoding * more work * first version able to generate binary * make switch in structures work * remove binary specific initializer argument * first version of from_binary that seems to work with DataValue objects * start change client code to use new binary functions * logging into prosys server works * binary functions pass first tests * client_to_prosys.py seems to work * server and client work and most tests pass * remove UInt8 and Int8, merge (mostly) pack_uatype and to_binary * remove more to/from_binary calls and implementattions * update custom structure code to new binary generation * remove dead test, make unit tests pass * fix bug in header encoding and update xml code to ua_types changes * refactor some of the crypto stuff and fix circular dependency * python2 fix * reverse args of to_binary to be more like from_binary and pack * fix nodeid support for nsu in binary and string format * remove dead code and duplications in binary methods * better error handling in some corner cases
-
oroulet authored
-
Helmut Jacob authored
According to OPC Unified Architecture Specification (Part 4: Services, 7.28 RequestHeader) a TimeoutHint value of 0 shall be treated as no timeout: "The value of 0 indicates no timeout.". This fixes issues with OPC UA clients never receiving any PublishResponse if a TimeoutHint of 0 was used in the according PublishRequest.
-
- 15 Sep, 2017 1 commit
-
-
oroulet authored
This is necessary since xml does not contain typeid
-