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

55 Commits

Author SHA1 Message Date
Christian Bergmiller
0dd6b14073 added usage section to readme 2019-05-01 18:12: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
a50f73a0c5 update to dictionnnary builder to support opcua-modeller 2019-04-20 08:40:56 +02:00
oroulet
9876011f24 Update README.md 2019-03-15 10:54:42 +01:00
oroulet
f41327f05f
Update README.md 2019-03-03 13:54:12 +01:00
oroulet
c7ba7c06ae pylint over client code 2019-02-23 13:36:13 +01:00
oroulet
c7b1aef877 rename opcua-asyncua 2019-02-23 11:47:12 +01:00
Simon A. Eugster
12d26e147e cherry pick 66c6995c7a 2018-08-19 17:15:53 +02:00
Christian Bergmiller
cfed646bd8 updated run-tests and readme 2018-08-12 13:39:42 +02:00
Christian Bergmiller
399d7ef880 updated readme (typos, cleanup) 2018-08-12 13:32:12 +02:00
Christian Bergmiller
a492f83b19 updated readme 2018-08-06 11:42:38 +02:00
oroulet
bfb933f9c6 update README to explain what this repository is about 2018-08-02 21:44:10 +02:00
oroulet
04ea05b34f update README links to use opcua-asyncio repository 2018-08-02 21:44:10 +02:00
Jonas Neubert
00309a6333 Update instructions for running tests in Readme 2018-01-15 07:04:37 +01:00
oroulet
482a3c49fb
Update README.md 2017-11-13 13:43:15 +01:00
oroulet
f935c993dc update README 2017-10-27 12:54:18 +02:00
oroulet
e1067bacca replace to/from_binary() methods by global to/from_binary(obj) functions (#490)
* 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
2017-10-27 12:42:09 +02:00
olivier R-D
8581ce2ad1 readme 2017-03-19 20:00:40 +01:00
ORD
4ed484da68 automatic unpack of custom extensionObjects(Structures)
* first attempt to decode custom extension objects, broken!

* add new generator for structures

* add test for online structure generator from xml

* improve custom struct test and fix bug in ua_binary

* add lxml dependency

* remove dead code

* pylint fixes

* more robust parsing

* start work on client side

* add script to check init perf

* cleanup extension object code for encoding/decoding and add support for registring on the fly

* finish client implementation for custom structures

* make automatic decoding of custom structs really work on client

* add missing ua_types class member to ExtensionObject class
2017-03-19 19:53:36 +01:00
Sabith Karippullil Soopy
b5d5cd3831 Update example file locations (#409)
* Update example file locations

* update with pip installation
2017-02-27 12:32:41 +01:00
thephez
d476190fc7 README.md updates (#390)
Corrected a few typos
2017-01-07 19:01:30 +01:00
ORD
5ca03bbda2 Update README.md 2016-12-30 13:26:33 +01:00
olivier R-D
e184dd32fc Link in README to example to generate certificates 2016-12-07 11:10:33 +01:00
SCHUNK-Osswald
5318bda83e Added command line support for OPC-UA method calls according to #321 (#325)
* - added tools/uacall script

* As suggested by oroulet corrected misunderstandings in signature of
Node.call_method(). No parent needed, just use self.

* Old folks, knowing Python2.x only, keep forgetting that print should
have been a function in the first place...
2016-10-19 15:47:23 +02:00
ORD
75da36f74f Update README.md 2016-07-21 09:08:05 +02:00
ORD
5a5e423ea2 Add missing Enums, add move some code to ua_utils.py (#217)
* small cleanup, add 2 methods in ua_utils.py

* improve and add more tests to string convertions

* update README

* add definition for EvenNotifier and WriteMask, ObjectIdNames and start using them

* update dependency to datetuil

* more use og new Enums, fixes

* DataType cannot always be converted to VariantType
2016-06-26 14:25:10 +02:00
ORD
94ecade8d7 Update README.md 2016-05-18 12:14:36 +02:00
Dominik Luntzer
40cf46759c Add caching feature to the public API
Introduce a new optional parameter to the constructor of the server. If
a cache file path is defined, the address space will be loaded from the
cache or the cache file will be created if it dose not exist yet.
2016-05-16 19:35:06 +02:00
ORD
2f5a26fba7 Update README.md 2016-05-10 10:44:05 +02:00
olivier R-D
eb294bb3ff update README 2016-04-02 13:12:19 +02:00
ORD
15ed61bb82 Update README.md 2016-04-01 14:23:22 +02:00
ORD
75f08751bc Update README.md 2016-04-01 14:18:06 +02:00
ORD
951fb7c277 Update README.md 2016-04-01 14:09:56 +02:00
ORD
702dac1c82 Update README.md 2016-02-15 09:43:22 +01:00
olivier R-D
b3477061b2 update README 2016-01-24 20:36:29 +01:00
olivier R-D
6d0f686cfb small README upadte 2016-01-23 10:33:56 +01:00
olivier R-D
cfe6d6e517 some doc update 2016-01-10 18:24:50 +01:00
olivier R-D
34be091e7b even more heavy restructuring 2016-01-10 17:57:51 +01:00
olivier R-D
6dfcc79cf7 update README 2016-01-04 14:58:52 +01:00
olivier R-D
cdaff15757 completely remove dependency to pycrypto 2015-12-29 10:40:27 +01:00
olivier R-D
3e74f15d1f small README update 2015-12-10 16:41:06 +01:00
Kevin Colyar
552ba60b9c Adds pycrypto requirement and corrects server example in README 2015-12-07 14:03:59 -08:00
ORD
61fc065256 Update README.md 2015-12-03 09:29:45 +01:00
olivier R-D
a5c4441ede update README 2015-12-03 09:28:03 +01:00
olivier R-D
c123f1974d update README 2015-11-17 13:46:37 +01:00
olivier R-D
acdc4c83ba update password state 2015-10-06 18:36:02 +02:00
ORD
a750605a36 Update README.md 2015-07-28 18:34:36 +02:00
Olivier R-D
e62877ff94 link to doc in README 2015-05-04 21:20:32 +02:00
Olivier R-D
481a915062 small cleanup in subscription_service 2015-05-02 11:59:19 +02:00