[ns] Fwd: Problem of setting long time of simulation

2015-04-27 Thread Red Rose
Hello, I have a problem running a tcl script with a long time that exceeds 4000 seconds. if I set the time to 4000 seconds or less, it works perfectly. However, I got the following error if the end time of the simulation is greater than 4000 seconds: *now 4096.00598507 Mac: 3

[ns] How to obtain different dropping rate results per each node in the network?

2014-10-20 Thread Red Rose
Dear ns-users, I'm working on a wireless scenario which composed of 6 nodes and I used both tcp and udp agent with different traffic types. I have tried CBR, pareto traffic and poisson after integrating it inside my ns-2 environment. I need to calculate dropping rate locally in each node.

[ns] How to do two different topologies in the same tcl file

2014-06-24 Thread Red Rose
hi ns users, I have two opposite scenarios as the following : I need to send specific data from each node to Access point node where the Access point has to do some calculations, then it has to broadcast the output value to all nodes in the topology. I know how to deal with the access point

[ns] How to change attributes of packet header and apply the changes globally?

2014-03-02 Thread Red Rose
Dear all, I'm implementing a new packet type header and include some variables. I tried to access those variables and change the initialized value of it from the required function in the Mac class but the problem is that I need those new values to be accessed globally in another class (aodv).

[ns] Segmentation fault when trying to access some information from the AODV routing agent in UDP

2013-08-21 Thread Red Rose
Hello ns users, I would like to access some information from the routing agent AODV in UDP protocol so what I did is that I create a pointer from AODV called “myaodv” in aodv.h but I need to allocate the AODV class before using it so what I did as the following in the command function : else

[ns] installing tracegraph in Linux

2009-04-15 Thread qute rose
Hi! i need to know that how can i install tracegraph on fedora 8 because its instalation requires Matlab libraries which one can install through mglinstaller but it's in exe form. So how to install it on fedora? reply me at your earliest. With best regards Qute Rose

[ns] Execting NSwireless.exe in fedora 8

2009-04-13 Thread qute rose
Hi! I have downloaded NSwireless.exe to analyze wireless trace files. Can anyone tell me how to run it on Linux fedora 8? Thanks 

[ns] wireless trace analysis

2009-04-10 Thread qute rose
can anyone help me how to analyze wireless trace files using any tool like tracegraph etc.if anyone has any good tutorial on it, plz let me know thanks!

[ns] Wireless trace analysis

2009-04-09 Thread qute rose
Can anyone tell me how to analyze wireles trace files? if some one come across any good tutorial or manual regarding wireless trace analysis using awk, perl or gnuplot, plz let me know as early as possible. Thanks!

[ns] Can iNSpect be used for simulation of heterogeneous wireless networks?

2009-04-05 Thread qute rose
Hello! I need to simulate vertical handoffs in heterogeneous wireless networks. I have chosen NS2 for this purpose. But i want to know that whether iNSpect work well for simulation of handoffs in heterogeneous wireless networks, as NAM does not give proper display for this? Thanks!

[ns] Why NAM does not work for wireless simulation!

2009-04-02 Thread qute rose
Why NAM does not work for wireless simulations? Even if we make necessary changes in the example tcl files present in NS2 (2.33 version), still it gives errors for executing NAM Although i get trace files but no NAM display. Can anyone help me to solve this problem?

Re: [ns] TCL code for WiFi simulation

2009-03-31 Thread qute rose
Hi! I am a new user of NS2. I want to simulate the Wifi scenario and want to analyze the performance of WiFi on increase in number of nodes. The nodes are sending data like VoIP and video-conferencing. i want TCL code for this scenario. How will i analyze the trace file using AWK?

[ns] Error in executing infra.tcl file

2009-03-31 Thread qute rose
I have included the following code in infra.tcl file set nf [open out.nam w] $nf namtrace-all $nf I also made necessary changes in the stop(Finish) procedure but when i run the simulation, i got the eeor message. Plz check the attached screenshot for the error message. Anyone plz tell me the

[ns] Error in executing infra.tcl file

2009-03-31 Thread qute rose
I have included the following code in infra.tcl file set nf [open out.nam w] $nf namtrace-all $nf I also made necessary changes in the stop(Finish) procedure but when i run the simulation, i got the eeor message. Plz check the attached screenshot for the error message. Anyone plz tell me

[ns] TCL code for WiFi simulation

2009-03-31 Thread qute rose
Hi! I want to simulate the Wifi scenario and want to analyze the performance of WiFi on increase in number of nodes. The nodes are sending data using VoIP. i want TCL code for this scenario. How will i analyze the trace file using AWK? Thanks!

[ns] MIP headaches

2007-12-13 Thread Keita Rose
I have been trying to simulate simple examples of MIPv4 in NS-2 based on the Marc Greiss example for a simulation period of 2400 seconds but for more times than not my simulations just seem to hang up. I have a 36 nodes grid wired networks in a 2400m x 2400m area with 180 mobile nodes. I am

[ns] MIP headaches

2007-12-13 Thread Keita Rose
I have tried tried reducing the simulation time but the problem re-occurs at the same simulation instant... I have attached a copy of the file let me know if you recognise any offending bits. Keita

[ns] Terminating Error

2007-11-30 Thread Keita Rose
I am getting this error message while running some simulations in Ns-2 could any one shed some light on it please: Terminate called after throwing an instance of 'std::bad_alloc' what():St9bad_alloc Any assistance would be greatly appreciated.

[ns] setdest problems...

2007-07-31 Thread Keita Rose
Hi all, I have been running some Mobile IP simulations for various levels of mobility 20%, 40% etc on a network with 26 fixed nodes and 130 mobile nodes. I am using a RWP model to generate the mobility patterns but I have found that as mobility increases simulations would hang and not

[ns] Multistage interconnection ntwks

2007-05-21 Thread Tsang, Rose P
Is anyone using ns to model multistage interconnection ntwks? If so, are there any example scripts, or other extensions, available? Thanks, Rose

[ns] analyse trace files

2007-04-05 Thread rose
Hello again! Think my last Mail was lost :-( I'm using ns-2.29 and do some wireless simulations. Now i'm looking for some scripts to analyse the .tr Files. Need some scripts that give me throughput, Number of lost/received packets and so on. Thanks in advance Stephan

[ns] Time resolution

2006-10-13 Thread Keita Rose
Hi there, Could anyone say what is the smallest unit of time in NS-2? And 1 simulation second traslate directly into 1 realtime second. Keita

[ns] Multiple source files

2006-10-11 Thread Keita Rose
I am trying to run a mobile scenario using multiple source files, how do I go about implementing that is NS-2 if it is at all possible. Keita Rose

[ns] Multiple source files

2006-10-11 Thread Keita Rose
I am trying to simulate a mobile scenario using multiple source files, how do I go about implementing this? Keita

[ns] debugging NS2

2006-09-13 Thread rose
Hello and sry for double Post... I still try to enable debugging for NS-2 using 2.29 all in one Packet I used the Guide from Pedro Vale Estrela but in Step6 of the Guide when i try to reconfigure and recompile the error utils_ns.cc:28:19: error: timip.h: No such file or directory occurs. The

[ns] Help changing the diffusion modell

2006-08-30 Thread rose
Hello Everbody! Maybee someone can give me a tip. Where can i find the diffusion modell of NS-2? I want to change the enviroment for a wireless simulations. I try to include obstacles in the Enviroment and need some tips where i can change the modell to include damping through wall or diffusion

[ns] Scheduler problem

2006-03-01 Thread Keita Rose
When I run my simulation it abort in $sheduler_ run, more specifically it seems to bomb at a particular handler. In the attached file it is at t: 0.000340 uid 1 handler: 0xa3fdc0. Any help would be appreciated. Keita gen.txt Contents of scheduler queue (events) [cur time: 0.00]---

[ns] MobileIP base station

2006-02-02 Thread Keita Rose
Could anyone say where and how the links are connected to the base station nodes. Trying to find the methods that install then as well. Thanks Keita