Re: [ns] access dei80211mr rate adapter rate

2007-12-13 Thread Nicola Baldo
ryan m wrote: I have an adhoc network, which I'm using dei80211mr-1.1.1 (with activating the included rate adaptation on each node) to simulate 802.11g with rate adaptation. Is there a way to determine the current rate being used (call RateAdapter::getCurrMode() ) from dsragent.cc? That's

Re: [ns] access dei80211mr rate adapter rate

2007-12-13 Thread ryan m
In case anyone is ever interested in doing this each packet has the rate it was sent at stored in the multirate header, which does persist at least as far ast the routing layer. So by adding the dei80211mr-1.1.1/src and dei8021.1.1/src/adt to the include directors in the ns makefile as well as

[ns] access dei80211mr rate adapter rate

2007-12-12 Thread ryan m
I have an adhoc network, which I'm using dei80211mr-1.1.1 (with activating the included rate adaptation on each node) to simulate 802.11g with rate adaptation. Is there a way to determine the current rate being used (call RateAdapter::getCurrMode() ) from dsragent.cc? I'm working with a