Hi,
We are planning to develop a simple GUI to display streams on a linux (ImageServer protocol), one requierment of customer is that this client should be able to be remote controlled via the managment server. Is there a way that customer could send any api command to mgmt server that we could fetch via protocol integration, a string for the view name for example ?
Maybe generic events ?
Thanks
I believe generic events will be a bad match, you will only be able to get whether the generic event is triggered, you will not be able to get the full string used for extra parameter or similar.
You could host a service on the Management Server and this service could communicate with your clients.
ok but if there any information from managment server which user are connected via soap login ? When i got informations like user has x token and is connected from ip xyz then i could easy send a request to my clients ? i dont like to rebuild user managment and session managment for users when I can reuse some pieces. Thanks
No, you cannot get information about who is logging in from the Management Server.