[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] AODV in CMU extenstion for wireless in ns
On Tue, 5 Jun 2001, sbegum wrote:
>
> Hi,
>
> Does anybody know whether AODV has been incorporated
> during the wireless extensions done by CMU?
> I am running some simulation for AODV that uses
> the extension in build 6, however, am getting
> node initialization error (the assert fails in initilization)
> if a node falls beyond the given area. CMU extension
> takes care of such error by adjusting the node position.
> In DSR, we don't get such error. However, in case of
> AODV the node position is not being adjusted.
AODV works for me.
See ns/tcl/test/test-suite-wireless-lan-aodv.tcl
About assertions, there is some code in ns which is embedded *inside*
ASSERTs. And if you compile with -NODEBUG option to makefile, this code
does not compiled at all. You might want to go over all the asserts and
see what is happening.
Regards
Aman
> Would appreciate any help.
>
> Thanks,
> Shamim Begum
>