[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ns] adhoc routing protocol concerns
Hi,
I am attemtpiting to write a new adhoc routing protocol. I have implemented
it
following the style of AODV protocol closely.
Now, i would like to know which files do i have to modify in NS(ns-2.18ba)
to make it work.
I have appropriately modified the following files
/packet.h
/tcl/lib/ns-packet.tcl
/tcl/lib/ns-lib.tcl
/tcl/lib/ns-default.tcl
Could you please tell me if there are any other files that need to be
modified. I have looked through the NS manual and it is possible i may have
overlooked something.
============================================================================
==
In an attempt to locate the problem, i changed AODV protocol files and
replaced
all the 'aodv' with 'AAA'. After modifying the above files and compiling,
when i
tried to run a simple simulation script i get an error
"(null) - invalid packet type (AAA)"
Could anyone please tell me what files i may yet need to modify to make it
work.
thank you very much.
aja