Server-Profiles and Facets #434
AndreasHeine
started this conversation in
Ideas
Replies: 1 comment
-
This is not going to break so much. Is it? you just split the big InternalServer and maybe InternalSession in some classes inheriting each others. Very few people use these classes directly. And maybe the highe level Server class can take an argument to specify what profile to support |
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
-
Hey,
just a quick survey:
at the moment the serverclass has always all currently implemented facets and features.
the opcua spec. defines some server-profiles which is a set of features a server has to offer:
https://apps.opcfoundation.org/profilereporting/
in order to support profiles we would need to split the serverclass into different inheriting serverclasses
this would be a breaking change!
i am asking you all if we should make such a big step which would change the server-architecture of this library
looking forward to your feedback :)
Beta Was this translation helpful? Give feedback.
All reactions