This article is about the depiction of downloading and installing the Ns3 simulator. Let’s take a look over the overall process of Ns3 simulator download.
Phase: 1 Download Ns3
Initially, we have to change the home location in terminal to implement downloading the packages through the implementation of commands in the terminal and that are highlighted below.
$ wget https://www.nsnam.org/release/ns-allinone-3.37.tar.bz2
$ tar xjf ns-allinone-3.37.tar.bz2
The following commands have to be executed to extract the package after completing downloading process.
$ cd ns-allinone-3.37
$ ls
Phase: 2 Build Package
The packages have to be build using the command that is highlighted below and we have to type it.
$ ./build.py –enable-examples –enable-tests
Spontaneously, the commands mentioned below have to be implemented.
$ ./ns3 clean
$ ./ns3 configure –build-profile=optimized –enable-examples –enable-tests
$ ./ns3 build
Phase: 3 Run Simulation
Finally, the simulation is implemented through the command highlighted below,
$ ./ns3 run test-runner
As beginner we all may face some issues to download and install Ns3 simulator, reach us to get rid of that issues with the assistance of our research experts.