A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-ht-network.cc File Reference
#include "ns3/boolean.h"
#include "ns3/command-line.h"
#include "ns3/config.h"
#include "ns3/double.h"
#include "ns3/enum.h"
#include "ns3/ht-phy.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/ipv4-global-routing-helper.h"
#include "ns3/log.h"
#include "ns3/mobility-helper.h"
#include "ns3/on-off-helper.h"
#include "ns3/packet-sink-helper.h"
#include "ns3/packet-sink.h"
#include "ns3/ssid.h"
#include "ns3/string.h"
#include "ns3/tuple.h"
#include "ns3/udp-client-server-helper.h"
#include "ns3/udp-server.h"
#include "ns3/uinteger.h"
#include "ns3/yans-wifi-channel.h"
#include "ns3/yans-wifi-helper.h"
+ Include dependency graph for wifi-ht-network.cc:

Go to the source code of this file.

Detailed Description

Usage

$ ./ns3 run "wifi-ht-network [Program Options]"

Program Options

--frequency
Whether working in the 2.4 or 5.0 GHz band (other values gets rejected) [5]
--distance
Distance in meters between the station and the access point [1]
--simulationTime
Simulation time in seconds [10]
--udp
UDP if set to 1, TCP otherwise [true]
--useRts
Enable/disable RTS/CTS [false]
--mcs
if set, limit testing to a specific MCS (0-7) [-1]
--minExpectedThroughput
if set, simulation fails if the lowest throughput is below this value [0]
--maxExpectedThroughput
if set, simulation fails if the highest throughput is above this value [0]

Definition in file wifi-ht-network.cc.