I am working on a project where a mobile phone (Windows Mobile 6.5) communicates with a Desktop PC (Windows 7) via .NET
Basically the client (phone) sends the sever (pc) a message and the server acts on that message. What protocol would I use for this sort of situation. Remoting? TCPClients/TCP Listeners? Server is always waiting for connection from client. There is only 1 client.
...In the future, the server could be sending messages back to the client if that changes your answer.
Thanks.
Basically the client (phone) sends the sever (pc) a message and the server acts on that message. What protocol would I use for this sort of situation. Remoting? TCPClients/TCP Listeners? Server is always waiting for connection from client. There is only 1 client.
...In the future, the server could be sending messages back to the client if that changes your answer.
Thanks.