Re: [ns] awk error

2009-03-26 Thread Kiraneet sharma
Hello... the awk script for finding the sent,received packets and packet delivery ratio is written below. do the following [r...@localhost ~]# awk -f name_of_awk_script.awk name of your tracefile.tr ---

[ns] Changes in aodv_rtable.h

2009-03-26 Thread Kiraneet sharma
Hello everyone.. The question is that if we make some changes in the route table (e.g. aodv_rtable.h) will the list macros take this change into account or do we have to make some extra effort. If yes what more is required to be changed? Regards Kiraneet

[ns] New protocol added..but error in running tcl script

2009-03-24 Thread Kiraneet sharma
Hello everyone... I have added a new protocol in ns2,which is an extension of aodv. After making the required changes in all the files,running ./configure and make goes well... But if I run a tcl script using that protocol it shows an error : (_o14 cmd line 1) invoked from within "_o14 cmd

[ns] An extension of AODV in ns-2.31

2009-03-21 Thread Kiraneet sharma
Respected brothers/sisters, I am a begineer in ns-2. Currently I am working over a mini project where I am implemeting the paper "A Semi-Proactive AODV Routing Protocol for Wireless Networks", (2008 International Conference on Advanced Computer Theory and Engineering) I had to make quite a few cha