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 incrementing variable throughput_ in the following lines if(ch->direction==hdr_cmn::UP && ih->daddr()==IP_BROADCAST || ih->daddr()==ra_addr()) { throughput_++; dmux_->recv(p,0); } in the forward_data() function, in olsr.cc. But it seems the program never enters this code.(which is very strange) I really need some answer soon as analysis of this protocol is a part of my thesis. Thank you -- View this message in context: http://old.nabble.com/throughput-in-olsr-etx-implementation-tp33926405p33926405.html Sent from the ns-users mailing list archive at Nabble.com.