Open arykovanov opened 10 years ago
What do you think about automate creation of node hierarchy? I mean if we are creating on ServerObject it has a type ServerObjectType and we can automatically restore hierarchy of children nodes that have ServerObjectType.
I am not sure we need this:
I think it is required an object that will implement server object. This object have to propagate:
- Build info and other static information.
- Current server time.
When time will be changed then automatically will appear ability to use subscriptions in practice. And that can used in be tests.
— Reply to this email directly or view it on GitHub https://github.com/FreeOpcUa/freeopcua/issues/44.
I think it is required an object that will implement server object. This object have to propagate:
When time will be changed then automatically will appear ability to use subscriptions in practice. And that can used in be tests.