[ns] RTS/CTS in TKN 802.11e

2012-10-06 Thread xara
Hi, I'm using TKN's EDCF implementation for my master thesis which is on cross layer mac for WSNs. I need to enable RTS/CTS, which is disabled by default. I have been trying for two weeks now.. I've searched the net and seen that many people have posted this question but i can't find any

Re: [ns] invalid command name Queue/DTail

2012-06-26 Thread xara
Hi, I hope you managed to find the answer as i'm having the same problem. Please tell me know how you fixed this error. Thanx clau2011 wrote: I have been trying to install 802.11e from http://www.tkn.tu-berlin.de/research/802.11e_ns2/ on NS 2.28,. I have already installed it on ns 2.28,

[ns] qiang edcf code installation

2012-06-22 Thread xara
Hi If anyone has successfully installed Qiang's edcf code. plz share the steps with me as i've been trying for a week with no luck. Thank you -- View this message in context: http://old.nabble.com/qiang-edcf-code-installation-tp34056192p34056192.html Sent from the ns-users mailing list

[ns] throughput in olsr-etx implementation

2012-05-29 Thread xara
Dear All, I have installed olsr-etx implementation in ns2. It is running successfully, however i cannot measure throughput or end-to-end delay. If any one has worked on olsr, please tell me how i can measure the throughput. I tried to measure the number of packets reaching the sink, by

[ns] throughput in gpsr

2012-05-17 Thread xara
Hi, I've installed gpsr and want to analyze its performance under different scenarios. However when i add some checks in gpsr.cc, i'm not getting any throughput. It seems that the packet never reaches the sink. I put some checks in sinkRecv(), but the program never enters this function. What