I explained what it does earlier in the thread. It broadcasts a UDP datagram. It doesn't use DHCP. It doesn't detect network addresses. It doesn't look at the network in any way.
The only thing it does with addresses is ask the operating system for a list of IP addresses that belong to the PC it's running on.
If you want to look at the code, it's in class cFinder in the mojo_engine project.
If you want to understand the whole connection mechanism, you'll also have to look at class cPool, which handles TCP communications.
Connect With Us