[ndnSIM] change Data rate in 802.11a

Alex Afanasyev alexander.afanasyev at UCLA.EDU
Fri May 15 15:34:23 PDT 2015


Hi Izy,

Unfortunately, I don’t have an answer to your question.  Consider asking on a general NS-3 mailing list, as users there could be much more familiar with wifi simulation model.

—
Alex

> On May 11, 2015, at 7:11 AM, lzy <lizhengyin1115 at 163.com> wrote:
> 
> in my script,i use 802.11a for my wifi rate,it highest speed is 54mbps,but actually  the top rate is 6Mbps (or lower)  when i run my script,it seems that wifi station can mostly handle 350 packet/s. is there anyone who can help me to solve this problem?here are my defination.
> 
>  std::string phyMode ("OfdmRate54Mbps");
>  WifiHelper wifi;
>  wifi.SetStandard (WIFI_PHY_STANDARD_80211a);
>  YansWifiPhyHelper wifiPhy =  YansWifiPhyHelper::Default ();
>  wifiPhy.SetPcapDataLinkType (YansWifiPhyHelper::DLT_IEEE802_11_RADIO);
>  wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager",
>         "DataMode",StringValue (phyMode),
>         "ControlMode",StringValue (phyMode));

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20150515/b3c7cf51/attachment.bin>


More information about the ndnSIM mailing list