hallo, I 'm designing an application that connect a 3rd party hardware controller server to listen status messages and also send commands to 3rd party system..
In this statue what's the best approach??
i thought; developing a windows service that will register a remoting channel which other applications connect to send commands and listen status messages over marshalling ...
any other suggestions are welcome..