802.11p

146 views
Skip to first unread message

Gabriele maggio

unread,
May 31, 2012, 4:12:25 AM5/31/12
to ns-3-users
Hi guys,
I have to use 802.11p standard and in particular I have to use QPSK
modulation at 6 Mb/s. I know that ns-3 doesn't implement 802.11p
directly; can I adopt this kind of solution:

WifiHelper wifi = WifiHelper::Default ();
wifi.SetStandard (WIFI_PHY_STANDARD_80211a);
wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager",
"DataMode", StringValue
("OfdmRate6Mbps"));

If you have any suggestion please tell me!!
Thanks gabriele

phuchong kheawchaoom

unread,
May 31, 2012, 4:47:57 AM5/31/12
to ns-3-...@googlegroups.com
 m_wifiHelper = WifiHelper::Default();
    m_wifiHelper.SetStandard (WIFI_PHY_STANDARD_80211p_CCH);
    m_wifiHelper.SetRemoteStationManager ("ns3::ConstantRateWifiManager","DataMode", StringValue ("OfdmRate6MbpsBW10MHz"), "ControlMode", StringValue("OfdmRate6MbpsBW10MHz"));


--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.


Gabriele maggio

unread,
May 31, 2012, 5:01:40 AM5/31/12
to ns-3-users
Thank you... I have another question: always inside this kind of
scenario I have to set Tx power to 20 dbm, how can I do this??

On 31 Mag, 10:47, phuchong kheawchaoom <phuchon...@gmail.com> wrote:
>  m_wifiHelper = WifiHelper::Default();
>     m_wifiHelper.SetStandard (WIFI_PHY_STANDARD_80211p_CCH);
>     m_wifiHelper.SetRemoteStationManager
> ("ns3::ConstantRateWifiManager","DataMode", StringValue
> ("OfdmRate6MbpsBW10MHz"), "ControlMode",
> StringValue("OfdmRate6MbpsBW10MHz"));
>

Thomas Paulin

unread,
May 31, 2012, 7:10:14 AM5/31/12
to ns-3-...@googlegroups.com
Hi Gabriele,

As far as I have understood,  WIFI_PHY_STANDARD_80211p_CCH (and SCH) is deprecated, and you should use WIFI_PHY_STANDARD_80211_10Mhz instead. A search in the mailing list should confirm why. 


Best regards,
Thomas
Reply all
Reply to author
Forward
0 new messages