We used the CentralDemo example in their SDK and created a Windows service that connects to all Milestone servers on a network using the port 1237.
We had to enable Central on each server first.
Then we catch some events (like CameraNotResponding) and regroup them to send only one email per device per day.
Now with the plus version of Xprotect there is no Central service anymore to connect to.
So we are looking for advice on how to get the events of those plus Xprotect servers.
To do the same thing we do with the Central events, regroup them and send the emails once per day.
Is there an example in your new SDK that we could use?