Changes between Version 5 and Version 6 of HowTo/virtualMobility


Ignore:
Timestamp:
Sep 6, 2006, 4:13:58 PM (18 years ago)
Author:
cmdavies
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/virtualMobility

    v5 v6  
    1818{{{
    1919node1-2:~# iwpriv ath1 orbitfilter 0x00 0x60 0xb3 0x25 0xc0 0x27 75 55
     20}}}
     21
     22if you want to allow only 75% of the packets, but want to leave the RSSI unchanged:
     23{{{
     24node1-2:~# iwpriv ath1 orbitfilter 0x00 0x60 0xb3 0x25 0xc0 0x27 75 0xFF
    2025}}}
    2126
     
    4045}}}
    4146
     47== Arbitrary Topologies ==
    4248
     49Arbitrary topologies are created most easily by setting a global filter for each radio that blocks all senders except those you're specifically allowing through.
     50
     51{{{
     52node1-2:~# iwpriv ath1 orbitfilter 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0 0
     53}}}
     54
     55Then for each radio, you'll simply specify which senders you'd like to hear from. For example, if you want to allow ath0 on nodes 3-4 and 3-6 to hear each other you'd enter these commands (where the MAC address is the MAC address of the radio on the node you want to hear from)