1 Star 0 Fork 0

张博/AdvancedNetworks-Ns3-Simulations

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wifi.py 499 Bytes
一键复制 编辑 原始数据 按行查看 历史
naman 提交于 2016-01-10 12:40 . add scripts
import ns3
nodes = ns3.NodeContainer()
nodes.Create(2)
wifihelper = ns3.WifiHelper()
wifiphyhelper = ns3.YansWifiPhyHelper()
wifiphy = wifiphyhelper.Default()
wifichannel = ns3.YansWifiChannelHelper()
wifi_chan = wifichannel.Default()
wifiphy.SetChannel(wifi_chan.Create())
mac = ns3.NqosWifiMacHelper.Default()
mac.SetType("ns3::AdhocWifiMac")
wifihelper.SetRemoteStationManager("ns3::ConstantRateWifiManager", "DataMode", ns3.StringValue("wifia-54mbs"))
wifihelper.Install(wifiphy,mac,nodes)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhangbo123321/AdvancedNetworks-Ns3-Simulations.git
git@gitee.com:zhangbo123321/AdvancedNetworks-Ns3-Simulations.git
zhangbo123321
AdvancedNetworks-Ns3-Simulations
AdvancedNetworks-Ns3-Simulations
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385