dlinknctu / OpenNet

A Simulator for Software-Defined Wireless Local Area Network
GNU General Public License v2.0
72 stars 44 forks source link

propagartion loss model #107

Open Maryam-mary-karimi opened 7 years ago

Maryam-mary-karimi commented 7 years ago

Hi, I wanted to ask which propagation loss model did you use in wifi_roaming.py (which of the ns3 loss models and where can I read the specification for that kind of model)? I also wonder what is the packet loss model?

thank you very much

kansokusha commented 7 years ago

Hi, wifi-roaming.py uses ns3::YansWifiPhyHelper to set-up Wi-Fi PHY in the emulation.

The default propagation loss model in ns3::YansWifiPhyHelper is ns3::LogDistancePropagationLossModel and the error rate model is ns3::NistErrorRateModel. Except above two models, we have not enabled other packet loss models in the script.