In implementation of AODV, we install it on LinuxMint10 of 2.6.x, Kernel supports Netfilter. Most Linux kernels support Wireless LAN cards in ad-hoc mode. We are using AODV-UU version 0.9.6. Here is our implementation:
First, we compile with the command "make":
> make
We install (as "root") with the command:
> make install
We run as "root" with recommended options for debugging:
> aodvd -l -r 3
To get the routing table information (routing table stored at /var/log/aodvd.rtlog):
> aodvd -r 2.5
No comments:
Post a Comment