Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

propagartion loss model #107

Open
Maryam-mary-karimi opened this issue Mar 7, 2017 · 1 comment
Open

propagartion loss model #107

Maryam-mary-karimi opened this issue Mar 7, 2017 · 1 comment

Comments

@Maryam-mary-karimi
Copy link

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
Copy link
Contributor

kansokusha commented Mar 8, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants