OLSR ARPROAMING PLUGIN |
Home | Download | Usage | Details | Contact
|
||||||||||||
Obtaining the source Thanks to SourceForge we can provide subversion control to our users. Depending on your Linux distribution you probably have to install a subversion client to check out the code:
There is also an option to browse the repository by hand. Compile the binary To compile the plugin the checked out folder from subversion needs to be placed into the lib/ directory of the official OLSRd source code (latest version is 0.6.1). After that, go to lib/arproaming/ and run:
If everything is going well this will end up in a file named 'olsrd_arproaming.so.0.1'. Now learn how to use the plugin in OLSRd by modifying your configuration file. Pre-compiled packages We are currently providing *.ipk packages for OpenWrt Backfire considering different platforms. You can download them manually using SourceForge's file archive and install them like the following:
To receive updates in order to keep packages up to date you better use our OpenWrt repository by adding the following line to your '/etc/opkg.conf' depending on your platform:
After that simply update your package cache and install the package:
Don't forget to run 'opkg update/upgrade' from time to time. For now continue how to use the plugin in OLSRd by modifying your configuration file. |