[ns] [NS]Problem with AODV+,Please help me!
Ghada Al-Mashaqbeh
ghadaayed at yahoo.com
Tue Dec 14 15:08:46 PST 2010
Hi,
The error message "format_aodv: invalid AODV packet file" appears in the
following function definition in the aodv.cc file:
voidAODV::recvAODV(Packet *p)
Simply in this function a packet is manipulated which has a type does not match
with any of the case labels found in switch structure inside the function. So,
examine those labels (which packets types) and add any new type and call the
suitable recv function to manipulate it (it seems that AODV+ has added new
control packet type to support additional features, see them).
Regards,
Ghada
From: huy quang <nachomito at gmail.com>
To: ns-users at ISI.EDU
Sent: Mon, December 13, 2010 7:32:54 PM
Subject: [ns] [NS]Problem with AODV+,Please help me!
Hi
I would like to simulate a wired-cum-wireless tcl scenario with the
implementation of AODV+.
I'm using NS-2.33 in UBUNTU 8.04.
The AODV+ include all the gateway discovery method.
I'm able run simulation with the *Reactive Method* but got error when
I try *Hybrid* and *Proactive Gateway Discovery*.
Here is the error:
*"format_aodv: invalid AODV packet file"*
Please, I would like someone to explain me how can i solve this
problem.It is very important for me.
Thank you
More information about the Ns-users
mailing list