Aug 6, 2010

我的工作日记1

今天决定为AMCP做实验。
下面是几个比较重要的实验变量: 我们决定使用NS的default的变量。
参考:
How to configure the data rate of MAC layer?

1) tcl/lan/ns-mac.tcl
Mac/802_11 set basicRate_ 1Mb ;# set this to 0 if want to use bandwidth_
Mac/802_11 set dataRate_ 1Mb ;# for both control and data pkts

2) tcl/lib/ns-default.tcl
Mac/802_11 set PLCPDataRate_ 1.0e6 ;# 1Mbps


下面列出几个比较有用的link:
Understanding the implementation of IEEE MAC802.11 standarad
Simulate 802.11b Channel within NS2
参数说明
ns-2 modification for 802.11b with Auto Rate Fallback

No comments:

Post a Comment