1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
Commit Graph

1332 Commits

Author SHA1 Message Date
jikalousek
1f332120ce Tests were implemented to validate the changes regarding the localized text feature. 2019-05-21 14:59:21 +02:00
jikalousek
45d55f01a4 Added functionality for importing and parsing ListOfLocalizedText with both Text and Locale. 2019-05-21 14:59:21 +02:00
jikalousek
ffc7d40fb0 The method 'to_string' was changed and 'from_string' was created. The function 'string_to_val' was changed to use 'from_string' for LocalizedText. 2019-05-21 14:59:21 +02:00
jikalousek
5b744ed3ed The Locale property was changed in the LocalizedText class. It is now implemented in the same way as the Text property with a corresponding setter. 2019-05-21 14:59:21 +02:00
oroulet
b924a23f5a port fixes from @helmut-jacob and @Nebukadneza 2019-05-15 09:52:22 +02:00
Christian Bergmiller
af65d7ddf1 parse string Guid NodeId as UUID 2019-05-08 15:28:20 +02:00
Christian Bergmiller
59f1dd2b35 fix receive_buffer and subscription tests 2019-05-04 12:24:15 +02:00
Christian Bergmiller
b005e09d73 docs 2019-05-04 09:55:14 +02:00
Christian Bergmiller
ca635d0bba cleanup, docs, typings 2019-05-04 09:55:14 +02:00
Christian Bergmiller
ea86c3177e changes from code review, added docs 2019-05-04 09:55:14 +02:00
Christian Bergmiller
f3dba9955e cleanup, respect subscription id 0 to end publish cycle as specified 2019-05-04 09:55:14 +02:00
Christian Bergmiller
614249ddfa typings, cleanup 2019-05-04 09:55:14 +02:00
Christian Bergmiller
3658cb4e67 public method publish for UaClient 2019-05-04 09:55:14 +02:00
Christian Bergmiller
13198d46e9 docs, typings, cleanup 2019-05-04 09:55:14 +02:00
Christian Bergmiller
a3f0d3080a docs, typings, cleanup 2019-05-04 09:55:14 +02:00
Christian Bergmiller
553789edf1 end _publish task on BadNoSubscription 2019-05-04 09:55:14 +02:00
Christian Bergmiller
d35d5e7421 refactored client subscription publish strategy 2019-05-04 09:55:14 +02:00
Christian Bergmiller
16a0b10bb4 docs 2019-05-04 09:55:14 +02:00
Christian Bergmiller
1d81f15b29 fixed unsub tests 2019-05-04 09:55:14 +02:00
Christian Bergmiller
7fd457377e removed deprecated handler methods 2019-05-04 09:55:14 +02:00
cbergmiller
3fb2329b62 Merge pull request #46 from FreeOpcUa/fix_18
Fix for issue #18
2019-05-03 18:06:27 +02:00
Christian Bergmiller
ce22240cf4 refactored timeout param to be in seconds 2019-05-03 07:48:53 +02:00
Christian Bergmiller
0dd6b14073 added usage section to readme 2019-05-01 18:12:51 +02:00
oroulet
3d70fdd8ae clean up uacall 2019-04-30 13:50:02 +02:00
Christian Bergmiller
5d8a45772a handling of unexpected error in uaprocessor._process_message 2019-04-30 13:50:02 +02:00
Christian Bergmiller
61e06e8d8d fix error handling 2019-04-30 13:50:02 +02:00
oroulet
90f7be6737 update tools scripts 2019-04-30 13:50:02 +02:00
oroulet
68238d286e also handle case where StatusCode is not valide in AttributeService.write 2019-04-30 13:50:02 +02:00
Christian Bergmiller
609621897f Server example cleanup 2019-04-30 13:36:36 +02:00
Christian Bergmiller
2a959a9e88 fix Client.get_values (async) 2019-04-30 13:36:36 +02:00
Christian Bergmiller
87f24d8dca cleanup, fix register_nodes, unregister_nodes, get_attribute 2019-04-30 13:36:36 +02:00
Christian Bergmiller
72c6dd7bbb use loop.create_future() 2019-04-30 13:36:36 +02:00
Christian Bergmiller
03cd962ffd removed _send_request callback param 2019-04-30 13:36:36 +02:00
cbergmiller
8b55fd3548 Merge pull request #43 from FreeOpcUa/subscrition_#39
Subscription #39
2019-04-30 09:06:36 +02:00
Christian Bergmiller
41c5f6ec28 updated documentation 2019-04-29 16:08:07 +02:00
Christian Bergmiller
057f7ffddc typings, docs, added tests 2019-04-29 11:27:33 +02:00
Christian Bergmiller
027d7ce7d5 wip 2019-04-29 07:36:09 +02:00
Christian Bergmiller
a010122889 documentation 2019-04-28 13:36:23 +02:00
Christian Bergmiller
4591658b6f refactored subscription.modify_monitored_item
fixed internal_server.modify_monitored_items
2019-04-24 12:34:10 +02:00
Christian Bergmiller
d285f33610 removed __all__ definitions 2019-04-21 08:46:35 +02:00
oroulet
30b2c19f9d fix applicaiton_uri handling in tests 2019-04-20 21:09:41 +02:00
oroulet
ccf78073bf formatting 2019-04-20 20:46:51 +02:00
oroulet
6b346ac35f README update 2019-04-20 10:03:41 +02:00
oroulet
17427418c9 README update 2019-04-20 10:01:17 +02:00
oroulet
03c765167e fix bad bug in custom struct creation due to last retsructuring and disable outdated tests 2019-04-20 08:40:56 +02:00
oroulet
a50f73a0c5 update to dictionnnary builder to support opcua-modeller 2019-04-20 08:40:56 +02:00
Toby Newman
4327f4f60d Set EnumStrings as property of custom enumeration datatype 2019-04-20 08:40:56 +02:00
Christian Bergmiller
4da3e7e827 removed async_contextmanager dependency, use sqlite3 shortcut methods 2019-04-20 08:40:40 +02:00
oroulet
3baccea329 do not change Node interface for register methods + async port 2019-04-19 21:11:20 +02:00
Sebastian Dransfeld
55d0008b3d Return new nodes when registering 2019-04-19 21:07:46 +02:00