Socket - connecting to ServerSocket on localaddress without knowing address
Hi,
At the moment I'm using ServerSocket to host a game on a certain port, and any clients need to know the local address of the server or it's IP to be able to connect.
What I'd like to be able to do is let the client have a quick connect option where it searches for a server on the network and is able to connect for one without knowing the servers address.
Is there a way of doing this or any tutorials I can have a look at?
Thanks

