Ns3 Projects for B.E/B.Tech M.E/M.Tech PhD Scholars.  Phone-Number:9790238391   E-mail: ns3simulation@gmail.com

How to Run .CC File in Ns3

            Do you guys really looking forward to get helps based on running .cc file in ns3? That’s great!!! You have just rightly directed to the exact article.

           As the first process, we have to install the essential version of network simulator 3 in the home drive and for instance, ns-allinone-3.26 is installed and stored as the main file in the location along with the file extension of .cc.

/home/research/ns-allinone-3.26/ns-3.26/scratch

Location of the Simulation File

            Then, we have to build and configure the .cc file through the implementation of the following commands.

cd /home/research/ns-allinone-3.26/ns-3.26

Execution to Change the Location

sudo ./waf configure

Configuration of Ns3 Packages

sudo ./waf build

Build Ns3 Packages

         At this moment, we have to run the file through the implementation of the following commands.

sudo ./waf –run Main –vis

Run Simulation File

           Additionally, the acquired results of the implementation has highlighted in the following.

Result of Ns3 Implementation

           As the matter of fact, each and every one of us are existed with some loop holes and by recognizing those holes we can be succeed and actually you can ping us to aid more.