[ns] Urgent, How activate the debug?

2006-03-06 Thread Russel Patron
Hi all.. I'm working on ns-2.1b9a, using AODV. I want to see all the message generated . for example #ifdef DEBUG fprintf(stderr, "%s(%f): %d\tsending RERR...\n", __FUNCTION__, CURRENT_TIME, index); #endif // DEBUG sendError(rerr, false); In this part I want to see the fprint pa

[ns] AODV problem with HELLO

2006-03-06 Thread Russel Patron
Hi.. I am using AODV, but happened something weird. I followed the instruction to see the HELLO messages in AODV, but in that way, I don't see any request when the node is far from the neighbor who was sending data.. Just send HELLO messages. But without HELLO messages I see the request when the n

[ns] Help AODV multiple interfaces

2006-01-31 Thread Russel Patron Mukul
Hi... i'm working on ns-2.1b9a and a patch named TeNs (The enhanced nerwork simulator) but there's no manual or something to see how ADOV with multiple interfaces work. Somebody is working with TeNs too? i appreciate your help for manual, examples or something. Thanks.