Featured

    Featured Posts

    www.nteltanzania.blogspot.com

    Social Icons

    This technologyzaleo blogsite is all about scientist,innovators,computer maintanance and networking and any related technology. For more knowledge you may visit this site to get any new version of technologies together with lessons for how you can handle your matters.feel at your home and you're welcome
Loading...

HOW TO DOWNLOAD AND INSTALL NS3 IN WINDOWS,FOLLOW THIS FEW STEPS

 cygwin-ns3
Ns-3 is one of the most popular simulation tools for network simulation. See the website: http://www.nsnam.org/. It is the successor to the popular ns-2 simulator. The tool is written in c++ / python, but I manage to get by using mostly only c++ (as opposed to ns-2 which uses c/c++ and tcl). One major difference between ns-3 and ns-2 is that this version has been designed for wireless network simulation from the ground up. (There is support for many types of 802.11 networks including 802.11s mesh networks which interest me).


The following instructions explain how to install the latest stable version of ns3 (as of April 14th, 2010 as of March 22nd 2011 with ns-3.10) on windows 7 with cygwin. It should work with newer releases as they come out, but if not leave me a message and I will update the instructions. I will try to include any common problems I have encountered, or those of users who comment on the post experience in order to make your install easier.
Step 1:
Download & install cygwin. (note: I install it in the recommended directory “{System Root}/cygwin/”). Make sure you select “install” for python and devel. This will ensure you have python and gcc/g++ as well as all of the dependencies. You can do this by clicking on the word default in the list of packages. I left all of the other package options on default for the install.
Step 2:
Download ns3.7.1Download the most recent version of ns3 from their website (you will likely want the all-in-one version if you are just starting out. Save the file to “{System Root}/cygwin/home/{your-username}”. Alternatively, you can try downloading the file directly within cygwin using something like “wget http://http://www.nsnam.org/releases/” where filename is the name of the release you wish to install.
Step 3:
Start cygwin. At the cygwin prompt type: “tar xvf ns-allinone-3.7.1.tar.bz2″ (or whatever the filename is depending on the version you downloaded). This will unpack the ns3 archive so you can use it.
Step 4:
After it has unpacked, change directory to the new ns3 directory with the following: “cd ns-allinone-3.7.1″. Then build ns3 by typing the following: “./build.py”. You can probably grab a coffee or tea while it compiles.
ns3 cygwin windows 7
ns3 on windows 7 with cygwin
Step 5:
You should be good to go. You can validate the install by changing directory again to the ns-3.7.1 directory (“cd ns-3.7.1″) and running “./test.py”. It will let you know with a PASS / FAIL for each test case. You can now edit the files yourself. The scenario files are located in “” and the source files are located in “”. Good luck!
Note: For those getting remapping errors, I have finally had the same trouble. This is what worked for me: Open command prompt, change to your /cygwin/bin directory. Type: ‘ash’. Then type ‘/bin/rebaseall’. You can now try cygwin again and it may work. If it still does not work (this happened to me), you can apply this fix to the rebaseall script. (you can edit it using some tool like notepad within windows).
author

This post was written by: Author Name

Your description comes here!

Get Free Email Updates to your Inbox!

4 comments

following your exact instructions i still get error while building ns3 program "Build failed
-> task in 'ns3-core' failed with exit status 1 (run with -v to display more information)"

Reply

i encountered the same problem , please did you find the solution to fix this problem

Reply

I also got the same error. Any solution. Please suggest.

Reply

$ ./build.py
File "/home/ESTEEM/ns-allinone-3.7.1/./build.py", line 25
print "Note: configuring ns-3 without regression traces"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Note: configuring ns-3 without regression traces")?

i got this after i enter ./build.py please i need help on this issue God will help you all

Reply
CodeNirvana
© Copyright NTEL TANZANIA
Back To Top