Hi,
I have been trying to find a way to connect to a computer running a
TcpListener or a Socket. Unfortunately, I do not know what the IP Address of
the computer is (it is variable- the program will be run on various different
computers on the network).
I was able to use multicasting in UDP, by registering both UdpClients for
the same multicast address, but I need guaranteed delivery, which means using
TCP.
Does anyone know of a way to broadcast or multicast in TCP? Or perhaps to
automatically detect if a TcpListener/Socket is active at a address?
Thanking you in advance,
Reuben.
|