Looking for a 802.11p Model On Opnet or NS3

207 views
Skip to first unread message

Hanene GABTENI

unread,
Apr 5, 2011, 5:37:28 AM4/5/11
to ns-3-...@googlegroups.com
Dear all,

I am looking for a 802.11p Model code could you help me in this step please?

Best regards,

--
Hanene GABTENI
Etudiante M2 IR COMS
ISTV - Université de Valenciennes

profentzas chris

unread,
Apr 5, 2011, 11:12:49 AM4/5/11
to ns-3-...@googlegroups.com
Hi ,
For opnet  check this http://www.opnet.com/solutions/network_rd/modeler_wireless.html but i think ,you have to pay for it.
Also if you interesting in omnetpp check this http://mobility-fw.sourceforge.net/hp/index.html,
for ns3 I have reply to you in another topic

Regards,
Christos Profentzas 


2011/4/5 Hanene GABTENI <gabteni.h...@gmail.com>

--
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.

Hanene GABTENI

unread,
Apr 5, 2011, 11:36:34 AM4/5/11
to ns-3-...@googlegroups.com
Hi Christos,

Thank you very much, I will see my possibilities to bye the OPNET Model. For the NS3 models:
WIFI_PHY_STANDARD_80211p_CCH
 WIFI_PHY_STANDARD_80211p_SCH
is it possible to provide me the models?
In fact, I will use this model to perform évaluation tests of a proposed vehicular communication solution.

Regards,
Hanene.



2011/4/5 profentzas chris <paro...@gmail.com>

profentzas chris

unread,
Apr 6, 2011, 4:16:20 AM4/6/11
to ns-3-...@googlegroups.com
Hi,
I don't have the models , 
I used the models that is provided from
the ns3 , particular I use the  WifiHelper to set 
the standard , but if you want the source code 
I think you will find it at src/wifi/model ,
I don't know if something is be misunderstood here,
let me know about it .

Regards,
Profentzas Christos

2011/4/5 Hanene GABTENI <gabteni.h...@gmail.com>

Hanene GABTENI

unread,
Apr 7, 2011, 10:41:54 AM4/7/11
to ns-3-...@googlegroups.com
Hi Christos,

Thank you for the help.
Is it possible to provide me the list of parameters you changed on WifiHelper?
did you make these changes : from 802.11a to 802.11p or other?
I'm sorry for the late, this was because I needed to clarify some points with my working team before and then develope questions to post to you.

Regards,
Hanene Gabteni.


2011/4/6 profentzas chris <paro...@gmail.com>

profentzas chris

unread,
Apr 7, 2011, 11:13:53 AM4/7/11
to ns-3-...@googlegroups.com
HI,
 the code that I used for my scenario is : 
//------------------------------------------------------------------------------
  NodeContainer c; //we need a container to put nodes 
  c.Create (numNodes); // number of nodes  

// The below set of helpers will help us to put together the wifi NICs we want
  WifiHelper wifi;

//  create and manage PHY 
  YansWifiPhyHelper wifiPhy =  YansWifiPhyHelper::Default ();
  // set it to zero; otherwise, gain will be added
  wifiPhy.Set ("RxGain", DoubleValue (-10) ); 
  //type of PCAP traces to be used
  wifiPhy.SetPcapDataLinkType (YansWifiPhyHelper::DLT_IEEE802_11_RADIO); 

  YansWifiChannelHelper wifiChannel ;
  wifiChannel.SetPropagationDelay ("ns3::ConstantSpeedPropagationDelayModel");
  wifiChannel.AddPropagationLoss ("ns3::FriisPropagationLossModel");
  wifiPhy.SetChannel (wifiChannel.Create ());

  // Add a non-QoS upper mac, and disable rate control
  NqosWifiMacHelper wifiMac = NqosWifiMacHelper::Default ();
  wifi.SetStandard (WIFI_PHY_STANDARD_80211p_CCH); // WIFI_PHY_STANDARD_80211p_SCH
//other standards
/*WIFI_PHY_STANDARD_80211a
WIFI_PHY_STANDARD_80211b
WIFI_PHY_STANDARD_80211g
WIFI_PHY_STANDARD_80211_10Mhz
WIFI_PHY_STANDARD_80211_5Mhz
WIFI_PHY_STANDARD_holland
WIFI_PHY_STANDARD_80211p_CCH
WIFI_PHY_STANDARD_80211p_SCH
*/


  wifi.SetRemoteStationManager (algorithm); //Ideal ,Arf ,CaraWifiManager and so on  
 
  NetDeviceContainer fdevices = wifi.Install (wifiPhy, wifiMac, c); 
//--------------------------------------------------------------------------------------------

I don't have a lot of time now ,so I didn't write a lot of comments , 
sorry about that  

Regards ,
Profentzas Christos

2011/4/7 Hanene GABTENI <gabteni.h...@gmail.com>

Hanene GABTENI

unread,
Apr 7, 2011, 4:14:03 PM4/7/11
to ns-3-...@googlegroups.com
Thank you Christos, that will help me surely, I'll perform my code and tell you about the result. In fact I aim to understand the implémentation. next step for me is to implement this principle on OPNET.

Best regards,
Hanene.

2011/4/7 profentzas chris <paro...@gmail.com>
Reply all
Reply to author
Forward
0 new messages