Hi
If I want to write a program that allows communication with myself and someone who has the exact same program, but is somewhere else (not on the same network), what is the best way to do this?
Is a client/server socket set-up enough?
And, how can I reach the local IP (of the PC of the person I need), not just the public IP.
Thanks in advance
If I want to write a program that allows communication with myself and someone who has the exact same program, but is somewhere else (not on the same network), what is the best way to do this?
Is a client/server socket set-up enough?
And, how can I reach the local IP (of the PC of the person I need), not just the public IP.
Thanks in advance