Hi everyone,
I have a client - server type of application. Basically, the client side runs on my Pocket PC, which is a GUI application (written in C#.NET) having several buttons. On the server side, I need to detect which button is pressed. Now the server side was on windows XP and I had no problems to connect two devices and detect the pressed button. Now the server side has to be on Linux machine. I wrote a simple code in C++ to connect them however on the client side (Pocket PC) I received "Target machine actively refused connection". So now my question is: Is it possible to connect a socket running windows CE to a socket server running on linux? I am using TCP/IP protocol to send the data.
Thanks for the reply in advance.