locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
496 stars 131 forks source link

OPC-UA PubSub Support? #122

Closed sysarcher closed 3 years ago

sysarcher commented 3 years ago

Does this project support OPC UA PubSub as described here: https://reference.opcfoundation.org/v104/Core/docs/Part14/5.1/

schroeder- commented 3 years ago

Pubsub is not implemented atm. I started to work on an implementation, but it is work in progress and the api surface will likely change. opcua_pubsub

sysarcher commented 3 years ago

AWESOME @schroeder- ....

I'll try your stuff out if I can (right now, I'm too new to this field)... but, is the goal to submit a PR to this here repo in the end??

schroeder- commented 3 years ago

In the long run, for sure. But there is a lot of work left before that. The hole information model is missing and I need a good solution to schedule all tasks.