Close
Showing results 1 to 10 of 83

Threaded View

  1. #20

    Default

    Quote Originally Posted by Aragent View Post
    I havent looked at what your using for a discovery protocol, I am making a couple assumptins here. and I will try to look latter and see what MOJO is acually using.

    I am assuming your using DHCP discovery when detecting network addresses and UDP ARP for detecting other running Mojo clients.

    Last I looked it was standard when discovering 2 Network IP's especially on one network card, to give Priorty to a Public IP address over a Private one.

    I Might have a couple suggestions however I think I should try and see if I can find the accual Code first befor I do.
    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.
    Last edited by Freddie : 01-26-2010 at 10:17 PM
    �Author of HotkeyNet and Mojo

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •