[ndnSIM] Improve Satisfaction Ratio

RABARI JEET.HASMUKHBHAI rabari_m190217cs at nitc.ac.in
Thu Feb 4 21:41:51 PST 2021


Hello,

I am running a wireless ad-hoc scenario with 5 nodes with one consumer and
one producer. Currently, I am getting around 35% satisfaction ratio.

Here is my wireless settings,

WifiHelper wifi;
//wifi.SetRemoteStationManager ("ns3::AarfWifiManager");
wifi.SetStandard(WIFI_PHY_STANDARD_80211n_2_4GHZ);
wifi.SetRemoteStationManager("ns3::ConstantRateWifiManager", "DataMode",
StringValue("OfdmRate6MbpsBW10MHz"));

YansWifiChannelHelper wifiChannel; // = YansWifiChannelHelper::Default ();
wifiChannel.SetPropagationDelay("ns3::ConstantSpeedPropagationDelayModel");
wifiChannel.AddPropagationLoss("ns3::ThreeLogDistancePropagationLossModel");
wifiChannel.AddPropagationLoss("ns3::NakagamiPropagationLossModel");
wifiChannel.AddPropagationLoss ("ns3::RangePropagationLossModel");


// YansWifiPhy wifiPhy = YansWifiPhy::Default();
YansWifiPhyHelper wifiPhyHelper = YansWifiPhyHelper::Default();
wifiPhyHelper.SetChannel(wifiChannel.Create());
wifiPhyHelper.Set("TxPowerStart", DoubleValue(5));
wifiPhyHelper.Set("TxPowerEnd", DoubleValue(5));

WifiMacHelper wifiMacHelper;
wifiMacHelper.SetType("ns3::AdhocWifiMac");

How can I improve the satisfaction ratio ???

Note: I am using ConsumerCbr as a consumer, the interest rate is 10
interest/sec. I can see in L3RateTrcace that most of the interests are
getting timedout.

Thanks and Regards,
Jeet Rabari
National Institute of Technology, Calicut
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20210205/be4bfafd/attachment.html>


More information about the ndnSIM mailing list