Tagged Questions

Network Simulator version 2, more popularly known as ns2, is an open source event driven network simulator. With ns2 one can simulate a wide range of network environments in wired, wireless or even in mixed mode. Major networking standards, including Ethernet, WLan, satellite networks, bluetooth, and so on, are supported by ns2.

learn more… | top users | synonyms

2
votes
1answer
120 views

parsing ns2 trace file

I'm using NS 2.35 and am trying to determine the end-to-end delay of my routing algorithm. I think anyone with some good scripting experience should be able to answer this question, sadly that ...
2
votes
0answers
76 views

Problem while trying to setup a connection between two base stations in NS-2

I am new to NS-2 and am trying to create an environment whereby a mobile node(UE) would act as a dummy base station for its nearby mobile nodes. Hence any data requested from them would be routed from ...
2
votes
0answers
162 views

NS2: How to simulate nodes running two different mac protocols in a single network?

I want to modify the existing routing protocol and to simulate how well does it work on a network with two different types of nodes, cars with 802.11p and AP on the roadside with 802.3. Does anyone ...
2
votes
3answers
347 views

Problem recompiling using make command in ubuntu

I m trying to modify some C++ files in ns2 and then recompile using make command. Although new .o file is created after make, the output is similar to that of previous C++ file (before modifying). can ...
1
vote
0answers
37 views

How to change the delay of a link in NS2 simulation?

I need to run a NS2 simulation that the delay of a link will change during the runtime, and I use following procedure in tcl script: $ns delay $node3 $node4 $delay_time to change the delay in a ...
1
vote
1answer
77 views

Execution of simulation of scripts in ns2

i have installed ns2 and tcl on my desktop (fedora).When i try to run a simulation on nam1.14 it shows "could'nt execute ns :no such file or directory".When i try to run the tcl script it shows ...
1
vote
1answer
266 views

av_open_input_file returns -2 but file exists (libav in NS2)

I try to make a simulation in NS2 in which i read in .wav files, encodes into gsm and send them over the network. I already managed to make an application that reads in .wav, encodes into gsm and ...
1
vote
1answer
149 views

Debugging symbols present, but eclipse does not associate them with source code

I am working on modifying a rather large program (NS2 network simulator), and it would be nice to be able to debug it with Eclipse. I configured the makefiles ( add -g to CFLAGS ) to make gcc generate ...
1
vote
0answers
331 views

Comparing 2 trace files using trace graph

I am using trace graph and I want to compare two different trace files with each other. The trace graph only works with one trace file. Is there any way by which I can compare two different trace ...
1
vote
0answers
149 views

Problem during the insatallation of NS 2.29 on windows

I have to install ns 2.29 network simulator on windows, for which i first installed cygwin. while i was installing ns2 it can not detect xorg-x11-base neither XFree86-base, for which i again installed ...
1
vote
1answer
175 views

Best software product to simulate connectivity issues for mobile testing

I need a product to simulate network latency for testing mobile applications (in particular iphone and android). I plan to set up a wifi router connected to a linux box, and write a number of scripts ...
1
vote
0answers
330 views

NS2: How to measure queueing delay

I need a tcl or awk script that can be used queueing delay in my simulation.
1
vote
3answers
122 views

Unable to change the value of the variable

I'm using a discrete event simulator called ns-2 that was built using Tcl and C++. I was trying to write some code in TCL: set ns [new Simulator] set state 0 $ns at 0.0 "puts \"At 0.0 value of ...
1
vote
1answer
621 views

how to solve the problem “ error: invalid use of ‘this’ at top level”?

I'm try to add multi-interface in ns2 following the paper Adding Multiple Interface Support in NS-2. When changing the file channel.cc, I add code below: nextX_[this−>index()] ...
0
votes
0answers
9 views

Error -bash: ns: command not found

first I want to say that I googled it many times and still it does not work! what I did is like this: nano ~/.bash_profile //then add these below lines to the end export ...
0
votes
0answers
8 views

ns2 wireless simulation : how to compute delivery ration

I have generated a trace file for 50 nodes . Can anybody help me to find the delivery ratio of this network ?? Delivery Ratio = total received pkt / total sent packet I am confused how to calculate ...
0
votes
0answers
14 views

NS2-Modification of protocol

I want to count the number of packets being sent from a node in NS2 at run time. That for I would like to make changes in AODV protocol using C++. Could someone help me how to proceed?
0
votes
0answers
26 views

Change color of ns2 nodes

I want to simulate a network in ns2 and change color nodes accordingly to some events. Basically, I have my own module that works well, and in case something happens, I'd like to change the color of ...
0
votes
0answers
10 views

AODV routing in NS 2?

I am working on my project, that i implemented in NS 2.3 for simulation of routing protocols, I want to modify and add anycast group ID (i.e. anycast AODV) to the current AODV functions (prototypes) ...
0
votes
0answers
9 views

piggyback two packets on multicast networks?

Hi i'm new user to ns2 and i want to piggyback two packets at a time and then send those packets in the multicast networks. Is it possible by ns2?
0
votes
1answer
57 views

How to insert C++ variable into TCL script program?

In NS2, is there any way to embed a C++ variable into the TCL script? For example, in TCL, set routing protocol like this, set opt(rt) XXX XXX could be a variable which is defined in C++ program, such ...
0
votes
0answers
10 views

how to understand NS2 thread?

I know NS2 is single thread, but how to understand that : $ns at 0.0 "$ftp1 start" $ns at 0.0 "$ftp2 start" As it is single thread, how do these events start at the same time ?
0
votes
0answers
46 views

How can evaluate an output of tcl file?

I've been asked to do a simulation using NS for a single OSPF area and evaluate each result according to several criteria: Control Traffic CPU Processing Time Convergence Time I've done the ...
0
votes
0answers
40 views

Calculate TOA, AOA and RSS in NS2

I am trying to perform Indoor positioning of targets using WSN in NS2. I have deployed nodes in NS2. But i am struck on how to find the various localization signal measurement parameters such as Time ...
0
votes
0answers
93 views

NS2 Simulation only gives out one trace file

I'm a newbie in NS2, and I'm sorry to bother you with this question. I hope to run the simulation for 5 times in one script, and it will gives out 5 different trace files. But something is wrong ...
0
votes
1answer
20 views

ns2 global variable

I have created variable using loop like that: for {set i 0} {$i<5} {incr i} { set n($i) [$ns node] } How to call n($i) variable by some procedure? I call it as global n(0) n(1) ...
0
votes
1answer
27 views

What are the built-in routing algorithms of NS2?

I'm doing a few small simulations in NS2 as part of an assignment. I chose the simulator myself, the only real requirement was to compare two routing algorithms. So i've followed the tutorial ...
0
votes
0answers
32 views

emulating live network with ns-2

I am a complete beginner to NS2 (and even Linux).my task is to demonstrate a very basic emulation example just to show that it is possible to use ns2 to emulate. I've been trying to get any simple ...
0
votes
0answers
15 views

About forwarding in a wireless network in ns2

I need to simulate a wireless network scenario in ns2. It is simple, just four nodes numbered 1 to 4, placed in a counter-clockwise manner in a square. 1 sends a UDP packet to 2, 2 then forwards this ...
0
votes
1answer
74 views

Unable to Alloc Bytes - Large Scale Simulation in NS-2

I am running simulations using NS-2 for 5000 nodes and above. I have encountered the following errors: 'unable to alloc 32026 bytes' [many such errors] and 'bus error' I have used my code for up to ...
0
votes
0answers
20 views

routing optmization / ns2

I need to do route optimization for some existing routing protocol in ns2 , but I don't know where to start , I've already installed the ns2 and worked with some examples . My experience in C++ is ...
0
votes
0answers
14 views

NS2 Half Duplex

Is there a way to simulate half duplex connections in NS2 without changing c++ code? Is there a parameter in the node api? Thre really isn't any good documentation on all the parameter you can ...
0
votes
0answers
25 views

Queue object reference in ns2

I am stuck at one point. I know that a duplex-link in ns is two simplex links. And each link has one queue (in my case RED queue) associated with it. But I have to communicate between these two queues ...
0
votes
1answer
212 views

how to make the mobile nodes static in tcl?

code: set val(chan) Channel/WirelessChannel set val(prop) Propagation/TwoRayGround set val(ant) Antenna/OmniAntenna set val(ll) LL set val(ifq) Queue/DropTail/PriQueue set val(ifqlen) ...
0
votes
1answer
122 views

running multiple simulation in ns2 with shell script

I am using the following script using the setdest utility in ns2 to generate multiple scenarios but the script is not working ,can anybody help me with this ,it's urgent ,I've posted this many places ...
0
votes
1answer
160 views

TCL script generator for NS2

Is there an open source TCL script generator for NS2? There is NAM that comes with NS2. Is there anything else. A web based one would be great!
0
votes
0answers
70 views

Comparison between Opnet and NS-2

I want to implement my routing algorithm in a network simulator. Would you please tell me that Opnet is better and easier or NS-2?
0
votes
0answers
45 views

Bluetooth simulations with UCBT extension for NS2

Ive been searching for a tutorial for simulation a Bluetooth network, Im using UCBT extension for NS2 but a can`t find anywhere a tutorial how it works. Can anybody help me with this problem! Thanks!
0
votes
0answers
47 views

how do i implement group password authenticated key agreement for mobile ad hoc networks, in ns-2 simulator?

I want to implement a Group Password based Authenticated Key Agreement protocol(for multiple parties) in NS2! Generic Protocol A and B are two communicating parties with a shared secret (password) ...
0
votes
1answer
23 views

creating a loss system for voice data in Linux

how do I create a system that takes in voice data(rtp) and then creates loss in this data(like delay or packet drop/loss)? The output of the system(data) should be readable which made me think i might ...
0
votes
0answers
440 views

ns2 aodv and dsr comparison:

I want to compare aodv and dsr for 20 nodes, 40 nodes and 50 nodes and produce comparison graph of packet delivery ratio, latency and throughput. How can I do that? I don't know much about xgraph, ...
0
votes
0answers
104 views

NS2 one source many sinks

Is it possible to connect one source (CBR Application) to many sinks (on 3 different nodes)? For eg. $cbr attach-agent $udp $ns connect $udp $sink_1 $ns connect $udp $sink_2 $ns connect $udp $sink_3 ...
0
votes
0answers
54 views

NS2 question about traces

So i'm trying going through an example given in the eurane extension for NS2. Basically there is this line of code: $ue2 trace-inlink $f 2 $ue2 trace-outlink $f 3 What does inlink and outlink do? ...
0
votes
0answers
61 views

Power backoff in 802.11 ns2

Which variable needs to be modified in order to change the transmission power to implement power backoff in ns2.Please specify the file name also in ns2.
0
votes
0answers
32 views

Looking for an SRP implementation for NS2

I'm looking for a secure routing protocol implementation for NS-2. Does anyone know of code that might be available for this?
0
votes
0answers
78 views

WPAN implementation in NS2

I am trying to modify the existing 802.15.4(WPAN) protocol in NS 2.34 so that i can incorporate my algorithm into it. But I did not find any proper documentation available which explains the source ...
0
votes
0answers
291 views

Simulating packet dropping in a wireless network

How can I simulate a packet be dropped from a malicious node in a wireless network using ns2?
0
votes
1answer
533 views

Tcl: Invalid command name error

I have a line in my tcl code like this: Application/BitTorrent set seqNo_ $opt(seqNo) ..I have an OTcl class name "Application/BitTorrent", I get this ERROR... invalid command name ...
0
votes
1answer
146 views

conversion of .cc file to object file

pl help how to convert a cc file to a object file.what is the command need for that and in which environment it will work
0
votes
1answer
979 views

how to draw xgraph in satcom in ns2 simulation

While simulating network for SAT-COMM, I want to show the output on the xgraph. I am not able to do so. The error I'm getting is "Error in file `outsat.tr' at line 1085: Unknown line type". Please ...

1 2