ORBIT-USER: aodv
drastogi at eden.rutgers.edu
drastogi at eden.rutgers.edu
Tue Oct 24 15:02:51 EDT 2006
Hey.
The nodes on the sandboxes use Atheros card. So the interface name need to
be ath0.
Secondly, when you used eth1, you ties the aodvd protocol to the ethernet
interface and not the wireless interface. Also, the output that you see is
actually the log information. If you go through it you will see that it
informs when the node starts sending HELLO packets and when it starts
sending RREQ packets. You can find this log in /var/log/net/aodvd.log. The
routing tables can be found at /var/log/net/aodvd.rtlog.
Look at http://www.orbit-lab.org/wiki/Internal/AODVIntegration for more
information.
Devashish.
> Hi!
>
> i'm trying to execute aodv in the nodes of a sandbox. i read the
> usingAODV page and from what i understand, the device is eth0 right? or is
> ath0 a typo? i've tried the two of them and always get:
>
> node1-1:/usr/src/aodv-uu-0.9.1# ./aodvd -i eth0
> 14:28:28.549 get_if_info: Could not get address of eth0 : Cannot assign
> requested address
>
> i also tried eth1 and got a long error output...any idea?
> thanks!
>
> node1-1:/usr/src/aodv-uu-0.9.1# ./aodvd -i eth1
> 14:18:34.221 aodv_socket_init: RAW send socket buffer size set to 219136
> 14:18:34.222 aodv_socket_init: Receive buffer size set to 219136
> 14:18:34.222 main: In wait on reboot for 15000 milliseconds. Disable with
> "-D".
> 14:18:34.222 hello_start: Starting to send HELLOs!
> 14:18:34.222 nl_callback: Got NOROUTE msg from kernel for 10.12.0.10
> 14:18:34.222 rreq_create: Assembled RREQ 10.12.0.10
> 14:18:34.222 log_pkt_fields: rreq->flags: rreq->hopcount=0 rreq->rreq_id=0
> 14:18:34.222 log_pkt_fields: rreq->dest_addr:10.12.0.10 rreq->dest_seqno=0
> 14:18:34.222 log_pkt_fields: rreq->orig_addr:10.12.1.1 rreq->orig_seqno=2
> 14:18:34.222 aodv_socket_send: AODV msg to 255.255.255.255 ttl=2 size=24
> 14:18:34.222 rreq_route_discovery: Seeking 10.12.0.10 ttl=2
> 14:18:34.542 route_discovery_timeout: 10.12.0.10
> 14:18:34.542 route_discovery_timeout: Seeking 10.12.0.10 ttl=4 wait=320
> 14:18:34.542 rreq_create: Assembled RREQ 10.12.0.10
> 14:18:34.542 log_pkt_fields: rreq->flags: rreq->hopcount=0 rreq->rreq_id=1
> 14:18:34.542 log_pkt_fields: rreq->dest_addr:10.12.0.10 rreq->dest_seqno=0
> 14:18:34.542 log_pkt_fields: rreq->orig_addr:10.12.1.1 rreq->orig_seqno=3
> 14:18:34.542 aodv_socket_send: AODV msg to 255.255.255.255 ttl=4 size=24
> 14:18:35.021 route_discovery_timeout: 10.12.0.10
> 14:18:35.021 route_discovery_timeout: Seeking 10.12.0.10 ttl=6 wait=480
> 14:18:35.021 rreq_create: Assembled RREQ 10.12.0.10
> 14:18:35.021 log_pkt_fields: rreq->flags: rreq->hopcount=0 rreq->rreq_id=2
> 14:18:35.022 log_pkt_fields: rreq->dest_addr:10.12.0.10 rreq->dest_seqno=0
> 14:18:35.022 log_pkt_fields: rreq->orig_addr:10.12.1.1 rreq->orig_seqno=4
> 14:18:35.022 aodv_socket_send: AODV msg to 255.255.255.255 ttl=6 size=24
> 14:18:35.662 route_discovery_timeout: 10.12.0.10
>
>
More information about the orbit-user
mailing list