OLSR ARPROAMING PLUGIN An adhoc wireless mesh routing daemon  Valid HTML 4.01 Transitional  SourceForge - Find free open source software.


Home | Download | Usage | Details | Contact
Required options

The plugin needs your help in order to work correctly. There are two parameters you have to provide:
  • Interface: Device that will be used to perform roaming and necessarily arp requests
  • Timeout: Seconds before it asks if the client is still there
Multiple interface declaration is not supported yet (Should we?).
Since plugins are providing a callback function for OLSRd main thread having timeout '0' results in smallest cycle time possible. See technical reference for more information.

Configuration

It is rather simple to use the plugin once it was installed. Just add the following lines to your 'olsrd.conf':

LoadPlugin "/PATH/TO/olsrd_arproaming.so.0.1"
{
    PlParam "Interface" "wlan0"
    PlParam "Timeout" "10"
}

Using default settings the plugin will be located in '/usr/lib' normally. If your OLSRd debug level is above 0 you will see some output as well.