Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2012-03-26 | 2.1 kB | |
olsrd-0.6.1.tar.bz2 | 2012-03-26 | 643.2 kB | |
Totals: 2 Items | 645.3 kB | 0 |
Download link to a stable Release: http://www.olsr.org/releases/0.6/olsrd-0.6.1.tar.gz ---------------------------------------------------------------------------------------------- Download and installation: $ wget http://www.olsr.org/releases/0.6/olsrd-0.6.1.tar.bz2 #Download the source code $ tar -xjf olsrd-0.6.1.tar.bz2 #Extract $ cd olsrd-0.6.1 $ make #Compile $ make install #install the files You need to be root user to perform the installation. ---------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------- Configure File : /etc/olsrd.conf (in most linux distributions) Comment the following block in the configuration file # LoadPlugin "olsrd_txtinfo.dll" #LoadPlugin "olsrd_txtinfo.so.0.1" #{ # port number the txtinfo plugin will be listening, default 2006 # PlParam "port" "81" # ip address that can access the plugin, use "0.0.0.0" # to allow everyone # PlParam "Accept" "127.0.0.1" #} --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------- How to Use? Make sure your wireless device is working and appropriate drivers are in place. Connect to ad-hoc network (need root privileges) $ ifconfig wlan0 down $ iwconfig wlan0 essid "DAMN" $ iwconfig wlan0 mode ad-hoc $ ifconfig wlan0 up $ dhclient wlan0 -4 or $ dhcpcd wlan0 (based on dhcp client you have) Note:- 'wlan0' is the wireless interface here Now run olsrd on that interface $ olsrd -i wlan0 Your olsrd is up and running, editing your routing tables :) ---------------------------------------------------------------------------------------------