Dear Support,
I am developing a plugin for my access control system but the server that i already have, allowing me to communicate with my access control system, uses Java.
The problem is that the MIP SDK and the XProtect VMS rely heavily on the .NET framework.
Therefore, is it possible to communicate with my server which is using Java?
Thank you in advance for any help you can provide.
It is a requirement that you develop an Event Server plugin, the plugin must communicate with your server, for this communication you can simply choose you preferred method.
Perhaps the MIP Documentation Access Control Overview -Introduction to plugin developed classes gives you an idea.
Thank you. if i understood well, i can use sockets to send data from Java to C# and then convert the data to ACEvents in order to be able to send it to my VMS through the FireEventsOccurred function ?