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

1371 Commits

Author SHA1 Message Date
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
Sebastian Dransfeld
ae971fdbcc Return list of nodeids
No need to return parameters, only contains list of nodeids.
2019-04-19 21:06:15 +02:00
Sebastian Dransfeld
22f91460a7 Add method to read multiple values in one go 2019-04-19 21:04:23 +02:00
Sebastian Dransfeld
a5335737e1 Implement (un)register nodes
Register nodes is used to signal the server that a frequent read/write
operation will be done, so the server can prepare for this.
2019-04-19 21:04:02 +02:00
Volodymyr Kozachynskyi
0f3faa01bb Fix object creation 2019-04-04 13:30:46 +02:00
Volodymyr Kozachynskyi
f27676c1a9 Hope to fix an import of type_definitions, and parentlink. 2019-04-04 13:27:42 +02:00
hugosilvaguerreiro
b175c5a296 Fix session renewal bug.
The renewal loop  was sleeping for hundreds of hours
2019-03-30 19:02:43 +01:00
oroulet
d294e0a5df removed unused loop arg in XMLParser 2019-03-15 18:33:20 +01:00
oroulet
9876011f24 Update README.md 2019-03-15 10:54:42 +01:00
oroulet
7107640eea make cryptography a requirement 2019-03-15 10:54:42 +01:00
oroulet
081c4e3735 make python3 setup.py test work 2019-03-15 10:54:42 +01:00
oroulet
f41327f05f
Update README.md 2019-03-03 13:54:12 +01:00