I don't know much about net coding. Now I'm using irrNetLite,it's quite easy to use
![Smile :)](./images/smilies/icon_smile.gif)
. However I'd like to implement a function that can search active host in local area network, for example, like warcraft 3, you can see your friend have create a room for net gaming in local network and then connect with him.
But irrNetLite and other network library is in client/server mode. If I want to send message, I have to connect to server first. What if I want to know is there any server in my local network and get to know their IP in order to connect with them? How to do it?
Thx