Re: [ns] help with understanding AODV

2006-04-14 Thread Kanthi
(depends on the timer settings of the particular implementation). If your earlier route is purged, new route will be discovered. Otherwise, AFAIK, the same old route will be used even if the nodes have moved. Somebody, please correct me if I am wrong. Thanks, Kanthi >Hello, >I would like h

Re: [ns] Need help in implementing Wireless routing protocol

2006-03-20 Thread Kanthi
I had found this document very helpful. Hope this is of some help to you also. masimum.dif.um.es/nsrt-howto/pdf/nsrt-howto.pdf Please let me know if the link doesn't work. I will unicast the pdf, which I have downloaded. Regards, Kanthi > > Hi, > I am looking for some

Re: [ns] doubt regarding flooding enhancements in aodv protocol..

2006-03-18 Thread Kanthi
at control packets are broadcast and "recently" forwarded control packets are not re-broadcast by the node. Thanks, Kanthi > > hi all, > i need to know how to do the flooding enhancement for aodv control > packets.. In AODV code, i guess no separate code has been written for

Re: [ns] please help: problem with routing table ????

2006-03-08 Thread Kanthi
ay(index). This would dump the routing table whenever there is an update to the routing table ) Then, recompile ns with make and try running your simulation. Thanks, Kanthi > > Hi all , >To print the routing table I have followed this steps : >1)

Re: [ns] Urgent, How activate the debug?

2006-03-06 Thread Kanthi
In the file aodv.cc, there must be a line //#define DEBUG Just uncomment this. If it not there, add the line #define DEBUG in whichever file you want to print the debugs.. Thanks, Kanthi > > Hi all.. > > I'm working on ns-2.1b9a, using AODV. I want to see all the message

Re: [ns] how to get the rooting table????

2006-03-06 Thread Kanthi
. Write a function to display the fields of your interest in the routing table entry structure. (if it's not already there) 4. Call that function from an appropriate place. Hope this helps. Regards, Kanthi > >Hi all , > I want to get the rooting table of my simulation >

Re: [ns] Link Layer Reports Route Failed - AODV

2006-02-27 Thread Kanthi
on, we will probably face this problem even in real networks. Thanks again. Regards, Kanthi >The problem is originated in the MAC layer due to the problems of > hidden/exposed nodes. When the MAC layer fails in delivering the packet > after the several transmissions, it will stop i

[ns] Link Layer Reports Route Failed - AODV

2006-02-27 Thread Kanthi
ll in such a scenario and why should there be drops due to that ? It would be really great if somebody could provide some insight. Thanks and Regards, Kanthi