Software :: Tora Simulation Does Not Come To An End In Ns2.34?
Mar 13, 2010
I have successfully changed and configured TORA in ns-2.34 (in fedora 9), as learnt from;[URL]..Now, when I run the simulation, it hangs and does not finish. If the simulation time is 20 seconds, it do completes but for simulation times more than 20 seconds, it never comes to an end.
Code:
num_nodes is set 50
INITIALIZE THE LIST xListHead
Loading scenario file...
Loading connection pattern file...
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 550.0
SORTING LISTS ...DONE!
I have tried increasing the bandwidth and interface queue lengths but got no improvement.Please note that the same TCL scripts are running with other protocols like DSDV, AODV etc
View 2 Replies
ADVERTISEMENT
Feb 21, 2010
I am looking for a very particular sound wave simulation program. To get an understanding of what i want let me describe it to you in a different way.
Imagine your look at a bowl of water from above and you poke the water at a specific frequency you will see wave patterns showing. Well im after a program that can generate that pattern with any particular frequency that i set, and to allow me to place different shapes and objects around the sound source or sources (i may want to use more than one sound source that may or may not be at the same frequency as first.) and see what kind of reflections i get.
I was also wondering if instead of a point sound source you could have an entire shape giving off a specific vibration. This will give very interesting results that i am also after.
There are some programs that show sound simulations that i have described but nothing that can do the requirements that i desire. Do any of you guys know of any programs that can do this? if not how much would it cost to build such a program?
View 2 Replies
View Related
Jun 10, 2010
Need a how to for installing tora in openSUSE 11.2 and connecting with oracle 10g express edition.
View 2 Replies
View Related
May 8, 2009
How install tora on centos 5.3?
View 8 Replies
View Related
Jul 16, 2011
I am looking for TORA software and installation steps to download and install on RHEL 5 64 bit.
Can some one point me to correct URL to download the same and share the steps installation steps.
View 2 Replies
View Related
Apr 19, 2011
I'm trying to install tora-2.1.3-1.el5.i386.rpm on CentOS 5.5. I've install:
- oracle-instantclient11.2-basic-11.2.0.2.0-1
- qt4-4.2.1-1
When I try to install tora package, I receive this error:
sudo rpm -Uvhi tora-2.1.3-1.el5.i386.rpm
error: Dependencies error:
qt4 >= 4.3.0 needed for tora-2.1.3-1.el5.i386
View 8 Replies
View Related
Jun 4, 2011
I am making comparison between tora , dsr , dsdv and aodv. There is some error in tora.tcl protocol. Rest is working fine..why the tora.tcl is popping the error?
Error is given below:-
Code:
num_nodes is set 6
INITIALIZE THE LIST xListHead
(_o22 cmd line 1)
invoked from within
"_o22 cmd port-dmux _o37"
invoked from within
"catch "$self cmd $args" ret"
invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..." .....
View 5 Replies
View Related
Jan 29, 2010
I'm try to install: tora-2.1.0-1.fc12.remi.i586.rpm with yum but I keep getting depsolving problems.
I'm running Fedora 12. Here are some of the steps I've taken as per website:[URL]
yum -y install qt-devel qscintilla-devel qscintilla (OK, it worked)
then install the oracle instant client
yum -y localinstall oracle-instantclient11.2-basic-11.2.0.1.0-1.i386.rpm --nogpgcheck (OK, it worked)
next, add the LD_LIBRARY_PATH to your $USER profile
echo "export LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib" >> ~/.bash_profile
and finally install tora itsel
yum -y localinstall --nogpgcheck tora-2.1.0-1.fc12.remi.i586.rpm (NO GO???)
yum localinstall tora-2.1.0-1.fc12.remi.i586.rpm
(here's the output)
Loaded plugins: presto, refresh-packagekit
Setting up Local Package Process
Cannot open file: resolvedep. Skipping.
[Code].....
View 3 Replies
View Related
Mar 22, 2010
I'm doing some simulations (using Iperf) to obtain throughputs values of a link between two gigabit ethernet cards for different delays and different drop probability (using netem) .... Now I have to do a 3minute long simulation in which during the firstnute the bandwidth is 1000Mbit/s, 500Mbit/s during the second minute and 1000Mbit/s during ththird one....Does anybody know how can i do this type simulation
View 4 Replies
View Related
May 28, 2011
making My simulation graphs in Ns-2.34 in ubuntu how i can make them. my simualtion is about Home automation lighting control and i wnated to make 6 graphs1) time VS Residaul energy ( remaining enregy of the nodes)like sensors (we have mentioned Insteon sensor and Switchlinc Dimmer)use 9V battery in them. the 9V should be converted in joules and Energy on Y-axis should be in Joules and time on X-axis should be of simulation timeThe graph would be showing after running the simulation 3000 times how much energy is remaining or how much energy is consumed in the nodes after sending 2000 packets.2) Packet size Vs Delay, Delay on Y-axis and Packet size on X-axis with there units and the graph would be showing if Pacjet size increases how much delay is created.3) Throughput Vs Badwidth. througput on Y-axis and Bandwidth on X-axis4) Packets Loss Vs data rate5) Packets sent Vs data rate6) Packets received Vs data rate
View 8 Replies
View Related
Mar 10, 2011
im doing my final year project on wireless network simulation using ns2.. how to simulate protocols in ns2.
View 1 Replies
View Related
Jan 10, 2011
I am currently using Cent OS 5.4 and I was able to successfully install ns 2.34 on the machine and run a few test FTP simulations. The problem stems from the fact that the ns 2 installation used in the ATM simulation , in the link provided, uses ns2.1b7 or ns2.1b9.
I have tried to see if I could cheat and implement the patch for my ns2.34 installation but that failed flat out ( make failed with an incorrect parameter error) I then tried to download the older versions of ns that were used in the ATM Simulation, ns 2.1b9 and that failed too ( otcl make failed with g++ error) which i figured failed because I am using g++ version 4.1 . ( From the docuemntation, this particular version of the software had trouble with any g++ version > 3.2)
a) Is anyone aware of any ATM Simulation patch for the current version of ns i.e. ns 2.34?
b) Is there anyway I can confgure the patch for the ns2.1b9/7 version to work smoothly with the ns2.34 version I have installed?
c) What are the recommendations for me to install the ATM Simulation provided on the URL above.
View 14 Replies
View Related
Jan 11, 2010
Surface simulation on screen with fingersWhat will be the solution of the captioned topic on Open Source?
View 4 Replies
View Related
Feb 8, 2011
What is most famous Electric circuit simulation Program in linux?? except egda or xcircuit. I want a good program like proteus in windows.
View 1 Replies
View Related
Jun 27, 2011
I've been doing Finite Element simulations with the Ansys software for several years now, and recently I have been allowed to use a cluster running on Linux (it's a Sun Grid Engine, or SGE). Since I am quite newbie to this thing, I have read a lot on the internet to get more familiar with the Unix language. I found some example codes which are supposed to launch Ansys and read input files, but it does not work for me. Actually, what I want to do is simple:
1- I need to use Ansys 12.1 in batch mode, with the Academic Research license (which is called "aa_r");
2- The software should then read my input file (which is an APDL command file (in case you are familiar with it..)) and save the database and results in my working directory on the server.
The software is located in the following path:
/ansys_inc/v121/ansys/bin/ansys121
My working directory:
/home/myusername/
From what I've found on the web, I have to write a shell script that calls the software and specifies the details (batch mode, license name, input file, ...). Then I have to call this script by using the command "qsub".
Script: myjob.sh
Code:
#!/bin/bash
nohup /ansys_inc/v121/ansys/bin/ansys121 -b nolist -p aa_r -j jobname -i jobname.inp -o jobname.out 2>&1 &
View 5 Replies
View Related
Jan 20, 2011
Cognitive Radio patch worked with ns-2.31 but when I tried it for ns-2.34 it did not work. Is there a separate patch available for ns-2.34 to support cognitive radio ? Or does it not work with ns-2.34 at all ?
View 2 Replies
View Related
Jul 2, 2011
need an easy to use bandwidth limiter / slow Internet simulator to test my websites. I would prefer a per application setting where I can limit, say only the web-brower etc.A GUI would be nice as wel
View 2 Replies
View Related
Jun 17, 2011
I am quite new to Linux and fedora. I am trying to run some molecular simulation software whose shell scripts create X windows with the xterm command. How do I get xterm on Fedora 14?
View 4 Replies
View Related
Sep 19, 2010
I want to change parameters of a RED queue during the simulation but it seems that some parameters can be modified only before starting the simulation, not dynamically, while the simulation is in progress. For example the following subroutines works before $ns run command but it do not change the behavior of the queue during the simulation( I want to change maxthresh_ and thresh_ after $ns
run command): Code: proc setREDParameters { redQueue MINth MAXth PER_MaxP Wq } {
$redQueue set thresh_ $MINth
$redQueue set maxthresh_ $MAXth
[code]....
View 1 Replies
View Related
Mar 2, 2011
How to analyse the IT and Traffic file generated in CRCN simulation? What they represent i.e what is the format?
View 7 Replies
View Related
Mar 4, 2009
1. Why do we need to use virtual simulation software such as VirtualPC, VirtualBox and VMWare to install linux?
2. Why linux OS always came with newer version and updates?
View 2 Replies
View Related
Oct 2, 2010
i m trying to implement wireless sensor network in omnet++ 4.1 simulation tool but that tool is not supported.so i m installing framework mixim 1.2 in omnet++ that support wireless and mobility feature.now i have problem that how to create sensor network in omnet++4.1 using mixim 1.2?if any body
View 2 Replies
View Related
Mar 18, 2010
Do we have a software which can emulate a tape library, just for practice.I have a nas simulator, upon which this software should be installed and used as a VTL.
View 1 Replies
View Related