Server aggregation tutorial?

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
YFR
Jr. Member
Jr. Member
Posts: 4
Joined: 02 Mar 2021, 16:00

Server aggregation tutorial?

Post 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.

Post Reply