How do my program on Pocket PC (.Net CF v3.5)
can communicate with program on my Desktop (.Net application) ?
The Pocket PC is in cradle, connected via usb.
Update:
I know how to use socket to open TCP or send datagrams. I know how to use TcpClient/TcpListener.
I just don't know how to give configuration for opening sockets for this specific problem, or search for IP's to use TcpClient/TcpListener ... or ?
(i.e. how my app on pocket pc discovers the IP of the computer ?)