It contains a network simulator for research (PIMRC paper).
Location of script used for simulation →./ns3/src/wifi-he/src
used script "PIMRC_sim.sh"
reference simulator:https://github.com/nsnam/ns-3-dev-git
[ns-3 installation procedure(Ubuntu 16.04)]
-
Clone this branch.
-
Build ns-3 under the 'ns3-11ac' folder.
command : ./waf configure --enable-examples --enable-tests --build-profile=optimized
-
Compile ns-3.
command : ./waf
-
After compiling ns-3, it will be possible to run simulations.