Changes between Version 3 and Version 4 of U-Connect

Show
Ignore:
Timestamp:
02/10/2010 11:53:06 PM (7 months ago)
Author:
arvindkr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • U-Connect

    v3 v4  
    99= Protocol Overview = 
    1010U-Connect is an unified protocol to address both the symmetric and asymmetric asynchronous neighbor discovery problems. 
    11 Consider a protocol in which a node picks a prime number ''p'' and stays active for ''1'' every ''p'' slots. Any two primes are by definition 
    12 relatively prime with each other. Hence, two nodes choosing different primes will discover one another. If the nodes choose the same pair of 
     11The intuition behind the protocol design is as follows. Consider a protocol in which a node picks a prime number ''p'' and stays active for ''1'' slot every ''p'' slots. Any two primes are by definition relatively prime with each other. Hence, two nodes choosing different primes will discover one another. If the nodes choose the same pair of 
    1312primes, discovery can still be ensured by each node staying active for slightly longer than half the prime period ''p''. 
    14  
    1513 
    1614The protocol has been implemented on a custom designed light-weight, small and rechargeable mobile sensor-networking hardware platform called '''FireFly-Badge'''. In the implementation, the node listens at the slots that are multiples of ''p''. This operation is fundamentally ''Low