Sorry if this is a basic question: I&#39;m trying to setup a local game over wifi. So one client will create the &#39;server&#39; and the other clients will try and join as clients. The problem is on a local LAN it seems they have to connect to the locally assigned IP of that server but I dont know how to get this through the code.<br>
<br>I can get the client to connect to the server by manually finding the IP say 192.168.4 but I need to get this through the code. <br><br>Does this mean I have to get the server to  do some kind of broadcasting? <br><br>
Thanks in advance!<br>