- 20 Feb, 2020 1 commit
-
-
oroulet authored
-
- 19 Feb, 2020 3 commits
-
-
oroulet authored
-
Tilman Krummeck authored
Once a client is disconnected, the ThreadLoop it is running on is stopped. This applies to ThreadLoops the that are created in the Client's __init__ method, if not loop was passed as argument. Stopping the loop is now done within the delete method of the Client.
-
Tilman Krummeck authored
-
- 18 Feb, 2020 1 commit
-
-
Christopher Bremner authored
-
- 14 Feb, 2020 1 commit
-
-
TilmanK authored
- Client.set_security - Client.connect_and_get_server_endpoints - Node.get_path - Node.get_node_class - Node.get_attributes
-
- 11 Feb, 2020 1 commit
-
-
Christopher Bremner authored
Cleans up dangling file descriptors that would otherwise be leaked
-
- 09 Feb, 2020 1 commit
-
-
oroulet authored
-
- 06 Feb, 2020 1 commit
-
-
Josh Bode authored
-
- 29 Jan, 2020 1 commit
-
-
Julien Prigent authored
Similar to https://github.com/FreeOpcUa/python-opcua/pull/945 Small test: https://pastebin.com/SxUSnFi0
-
- 21 Jan, 2020 1 commit
-
-
mar-ar authored
-
- 15 Jan, 2020 1 commit
-
-
Fabian Beitler authored
-
- 08 Jan, 2020 5 commits
-
-
oroulet authored
-
oroulet authored
-
mar-ar authored
-
Christopher Bremner authored
-
Christopher Bremner authored
-
- 02 Jan, 2020 3 commits
-
-
oroulet authored
-
Julien Prigent authored
-
oroulet authored
-
- 22 Dec, 2019 6 commits
-
-
oroulet authored
-
oroulet authored
-
oroulet authored
* replace set/get_value(s) methods with read/write_value(s) and write to get closer to spec
-
mar-ar authored
* now you can limit the max amount of connections * changed the discussed code
-
oroulet authored
jonasgreen88 : fix token
-
oroulet authored
Don't cancel missing subscription task
-
- 21 Dec, 2019 1 commit
-
-
chrisjbremner authored
-
- 20 Dec, 2019 2 commits
-
-
Christopher Bremner authored
-
Helmut Jacob authored
This allows consumers of the library to set buildinformation. Additionally this fixes buildinformation representation in individual nodes (like ua.ObjectIds.Server_ServerStatus_BuildInfo_ProductUri). Before the individual buildinfo nodes haven't been populated. Now, they are kept in sync with the buildinfo struct.
-
- 18 Dec, 2019 1 commit
-
-
mar-ar authored
-
- 03 Dec, 2019 3 commits
-
-
oroulet authored
-
Andreas Monsch authored
Calling `sync.Server.get_node` raises an `AttributeError`. This commit fixes the issue and adds a corresponding test.
-
oroulet authored
-
- 26 Nov, 2019 2 commits
-
-
chrisjbremner authored
* Resolve collections.Iterable DeprecationWarning * Import from collections.abc
-
Armagetron authored
-
- 24 Nov, 2019 1 commit
-
-
chrisjbremner authored
Await connection lost tasks when stopping internal server
-
- 09 Nov, 2019 1 commit
-
-
Helmut Jacob authored
According to OPC Unified Architecture, Part 5, 6.3.11 OperationLimitsType all Max* properties shall have datatype UInt32. Fix this by explicitly setting the variant type to UInt32 instead of defaulting to Int64. This fixes connectivity issues with the KepwareServerEx OPC-UA client. Introduced in 21432df9
-
- 25 Oct, 2019 3 commits