Demo Access Control Plug-in

This sample demonstrates how the communication between VMS and the access control system could be handled by a plugin.

NOTE: This plugin uses the Demo Access Control Server Application to simulate an access control system. It can be found in: mipsdk-samples-plugin-main\mipsdk-samples-plugin-main\DemoAccessControlPlugin\DemoServerApplication.
Note: DemoServerApplication.exe is available here DemoServerApplication on GitHub

This sample provides among others this set of features:

Demo App

The Demo Access Control Server Application simulates a real access control system, but is as such not part of the sample and the source code is therefore not available.

The access control plug-in (loaded by the Event Server) connects to the demo application in a way similar to how a real plugin would connect to an access control system and thereby performs realistic communication, configuration and event handling.

The demo access control plug-in contains a suggested way of handling:

The following screens become available in the Management Client:

Demo App
Demo App

How to set up

We recommend that you start any new development with using the project template for AccessControl, and then review documentation and this sample for useful bits and pieces. (Avoid starting from this sample, as you may get a GUID conflict when installing at the customers)

Visual Studio C# project