E
elziko
I have made a simple clint/server system using sockets. I have the client
running on a PocketPC (not that thats important) and a server that listens
for a connection attempt from ther client and can recieve some bytes.
What I want to do now is change this to some sort of bi-directional comms.
Whats the best way to do this? Do I need to create a listener on the client
too listening on a different port? This, I guess, would make both apps a
client and a server. Or is there some other better way of doing it?
Obviously I cant use remoting!
running on a PocketPC (not that thats important) and a server that listens
for a connection attempt from ther client and can recieve some bytes.
What I want to do now is change this to some sort of bi-directional comms.
Whats the best way to do this? Do I need to create a listener on the client
too listening on a different port? This, I guess, would make both apps a
client and a server. Or is there some other better way of doing it?
Obviously I cant use remoting!