[ns] Help: address of an agent's associated node

2006-01-02 Thread Madhu Hosaagrahara
Hello, I've written a class that derives from Tap (defined in ~ns/mac/ mac.h) and I've managed to have it associated with the mac object and listen to objects promiscuously. My question is how do I get the address of the node with which this Tap is associated? Thanks, ~Madhu.

[ns] Clarification required regarding propagation models.

2006-01-10 Thread Madhu Hosaagrahara
Hello, I'm trying to limit the receiving and carrier sensing range of nodes in an IEEE 802.11 network. I've set the RXThresh_ and CSThresh_ values using the ~ns/indep-utils/propagation/threshold.cc program while referring to http://mailman.isi.edu/pipermail/ns-users/2004- April/0413

[ns] My solution to the "Classifier::no-slot" error

2006-01-21 Thread Madhu Hosaagrahara
Hello, I had to spend this nice warm saturday afternoon debugging ns-2 : ( since I encountered the Classifier::no-slot error. A quick search on www.isi.edu/nsnam revealed lots of such queries, but few solutions that I could directly apply. If you encounter the same error, thi