Completion of the Sync api #682
Unanswered
CuriousCrook
asked this question in
Q&A
Replies: 2 comments 5 replies
-
just add them to the asyncua/sync.py and make a PR. you will see it is crazy easy to add functoins there. just copy the declaration and write |
Beta Was this translation helpful? Give feedback.
5 replies
-
Can someone help me to include UaFile and UaDirectory in the Sync API. I have looked at Sync.py. Unfortunately I have no idea what is happening. (No experience with asyncio) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I use the "old" python client python-opcua to test certain processes on a server with a somewhat complex information model. In my case, the flows have always been purely sequential so far. For my scripts, using the asyncio client leads to more effort, more code, more confusing programs.
However, it looks like the old toolkit is no longer maintained to the same extent as the asyncio toolkit. For me the "sync api" in the asyncio client is a great way to combine the advantages of both toolkits.
Unfortunately the API is not "ready enough" for many use cases. I just tried to connect to a server, which
Both was not possible at first, because with in the sync api the methods
and the property
were missing.
I think the sync api is a good chance to move more developers from the old toolkit to the new one. So my question, what are the further plans for the sync api? Will it ever be completed?
With kind regards
Curious Crook
Beta Was this translation helpful? Give feedback.
All reactions