2011年10月21日

802.11退避算法与NS2中mac-802_11协议实现的比较分析

摘要: 我们将利用一段图和一段代码来阐述802.11关于退避(Backoff)算法的协议以及在NS2中的具体实现。下图出自802.11-2007的文档,简单明了的解释了各个node在竞争信道时发生的故事。为了便于理解,这里的阐述将直接和NS2中mac-802.11.cc的send()函数相关联。具体见以下此段代码。 1 if(mhBackoff_.busy() == 0) { 2 if(is_idle()) { 3 if (mhDefer_.busy() == 0) { 4 /* 5 * ... 阅读全文

posted @ 2011-10-21 14:41 傻子才悲伤 阅读(1419) 评论(0) 推荐(0) 编辑

【转载】Fixed Bugs: 与NS2 timer中bugFix_timer_相关的文章解释

摘要: NS2.27-> Scheduler: Event UID not valid Problem:Sometimes, when we run simple TCL scripts involving the 802.11 wireless node, with original NS2 implementations (=no source code modified), NS returns errors of type Scheduler: Event UID not validThis error is returned during the simulation runs and 阅读全文

posted @ 2011-10-21 13:32 傻子才悲伤 阅读(762) 评论(0) 推荐(0) 编辑

导航