Skip to main content

NS-2 related popular blogs

Blogs play a vital role in letting us understand many complex issues in simple words. Even ns-2 is not exception for it. Here, follows few popular ns-2 blogs.

Popular NS-2 blogs:

1. Marc Greis' Tutorial

2. ns2Blogger
3. ns2 by pradeep kumar
4. durgeshkshirsagar Blog
5. elmurod
6. enggeddu
7. Karthick Siva's Blog
8. ns2 tutorials blog
9. script for black hole attack
10. Articles by norbert_jxl
11. ns-2sourcecode blog
12. byuvraj blog on ns2, nam and xgraph
13. Wireless Network security blog
14. Adding new packet types to NS-2
15. How to send user data in NS2
16. NS2 Wireless Sample Programs

TCL to C++ conversion:

http://cpptcl.sourceforge.net/
http://www.codeproject.com/Questions/73980/Convert-a-TCL-code-to-C


PS: I request you all to post in comments any such blogs, just as to help the ns-2 research community.

Comments

Popular posts from this blog

NSG 2.1 Tcl/OTcl Script Generator

Are you a beginner for ns2 network simulator? Are you afraid of Tcl/oTcl script generation? Then there is a tcl script generator, named NSG 2.1 NSG - Network Simulation Generator NSG 2.1 is a java .jar file.  So, this application can run on all platforms (windows/linux/mac os). It deserves the java installed in you pc, prior to working with NSG 2.1. Java must be installed to run NSG2.1. So, initially, java must be installed. How to install java in Windows/ubuntu/mint/debian linux/ OS X ? Step 1 : Go to Terminal and run  java -version   to check the java version installed in your machine. Step 2 :  For Windows, click here  to download the java installer. Then, it is a typical next-next windows executable installation. For ubuntu/mint/debian linux operating systems, run the following commands in that terminal: sudo apt-get install default-jre sudo apt-get install default-jdk sudo apt-get install openjdk-7-jre sudo apt-get install openjdk-7- jdk How to

SUMO installation in linux (Debian/Ubuntu/Mint)

SUMO - S imulation of U rban Mo bility SUMO an open source, portal, microscopic, multi-modal road traffic simulation. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.  It allows to simulate as to how a given traffic demand which consists of single vehicles moves through a given road network. The simulator allows to address a large set of traffic management topics. It is purely microscopic: each vehicle is modeled explicitly, has an own route, and moves individually through the network. SUMO Installation Procedure: Installation in Linux and mac OS Step I: Install two pre-requisite packages to build SUMO with GUI. Go to terminal and run: $ sudo apt-get install libgdal1-dev proj libxerces-c2-dev $ sudo apt-get install libfox-1.6-dev libgl1-mesa-dev libglu1-mesa-dev Step II: If you are using Unbuntu 12.04 or older versions, as it doesn't ship with libgdal package, create a symbolic link: $ sudo ln -s /usr/lib/li

Tcl tutorial for Begineers

Initially, we should get ns or tcl shell installed to work with tcl script.   If you didn't install ns2, click here for the installation procedure. Else, follow the tutorial.  After installing ns-2, type ns in terminal. Then, there appears % symbol, which symbolizes the invokement of tcl shell script. Note(optional):  TCL scripting individually can be practiced with in Linux system with tcl shell scripting.