Page 1 of 1

Server aggregation tutorial?

Posted: 09 Jul 2021, 13:22
by YFR
Hello,
I’m about to start a new server project using your C# .NET based SDK.
This server will gather data from several identical machines and exposes them individually to an OPC UA client (one namespace per machine). The number of machines will vary according the installations.
So it has similarities with aggregated servers, not being exactly that: the communication on the machines side is DCOM (proprietary, not OPC).
I guess I could find inspiration in aggregating servers solution, but, to be honest, even if I already achieve a “standard” server project, I don’t know where to start!
Do you have any suggestion of code sample / tutorial to start with, please?
Thank you.