Software :: Installing Old Version Of NS2 For ATM Simulation?
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
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
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
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 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
Dec 9, 2009
I've just found out that drupal cms is not compatible with php 5.3 version, is there a way to install a previous version of php on fedora 12 ?
View 16 Replies
View Related
Apr 23, 2010
I want to user a new version of Firefox on my ubuntu 9.10 - 64bit installation. What I got is a 64-bit version of ubuntu and couldn't find a suitable new Firefox distribution.
View 4 Replies
View Related
Sep 13, 2010
I've used Ubuntu just a couple of times, and I've Never performed the Installation. I've been a Windows user mostly.But I'm ready for a change. I would like to Install Linux on my Desktop & Netbook Computer.Problem is, how to go about it.On the Desktop, I'm not the only person using it, and while I'm all & ready to try Ubuntu (Specially since XP Broke 3 days ago and the Format is impending) The rest of the people using the PC aren't. On the Netbook, right now I can't since I'm working on something, and I'm worried about compatibility issues between Platforms.So I did some research on how to get both Platforms up and running, and I found Wubi. Seemed like a perfect way to start!However, I downloaded the client, and when Downloading the rest of the Installation software, It just took way too long!On ETA it marked 4 hours at first (sure enough, it took little more than that) but then it gave me a new ETA of 8 HOURS!
Is there any other way to download it? Other than the 1.6 Mb Client file? & For the Desktop. Since I'm formating the HD anyway, What steps should I follow to install both OS on it?
View 4 Replies
View Related
Aug 4, 2011
I have the current version of dosbox installed, and I'd like to install version .73 as well and have both installed simultaneously.Is this possible and how can I do this?
View 1 Replies
View Related
Apr 5, 2010
We have to install gcc 4.3. To which we believe we have to un-install gc-4.4. We are working on Fedora 12.
About OS :
$uname -a
Linux troy 2.6.32.9-67.fc12.x86_64 #1 SMP Sat Feb 27 09:26:40 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
About gcc :
$ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with:
../configure --prefix
=/usr --mandir
=/usr/share/man --infodir
=/usr/share/info --with-bugurl .....
Thread model: posix
GCC Version 4.4.3 20100127 (Red Hat 4.4.3-4) (GCC)
Now, we want gcc 4.3 to be running.
View 2 Replies
View Related
May 14, 2010
I want to install gcc version 2.96 or version under 3.5 in ubuntu-9.04. I have installed gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4).
View 2 Replies
View Related
Jan 11, 2010
I installed Ubuntu 9.10 Desktop on a system containing Windows XP and Slackware 12. This is my first experience with Ubuntu and Grub 2. During install, I requested "side by side" installation, and that seemed to proceed nicely until installation completed and I tried to boot On boot, all I see is:
[code]...
I've tried all the reinstall procedures at [URL]... to no avail. Once clue is that in the last chroot method, update-grub produces an error message: "Cannot find list of partitions!" I can see the partitions. Ubuntu can see them with fdisk, but Grub 2 can't? I'm about to eliminate the problem by using gravity to subject the computer to rapid deceleration from a 30 foot height.
View 10 Replies
View Related
Apr 12, 2009
I just tried this and it only installed PHP 5.1.6
yum --enablerepo=c5-testing install php
Loading "fastestmirror" plugin
Loading "allowdowngrade" plugin
Loading "priorities" plugin
Loading mirror speeds from cached hostfile
* rpmforge: ftp-stud.fht-esslingen.de
* base: mirrors.dedipower.com
* updates: mirrors.dedipower.com
* c5-testing: dev.centos.org
* addons: mirrors.dedipower.com
* extras: mirrors.dedipower.com
c5-testing 100% |=========================| 1.9 kB 00:00
primary.sqlite.bz2 100% |=========================| 390 kB 00:01
736 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package php.i386 0:5.1.6-23.el5 set to be updated
--> Processing Dependency: php-cli = 5.1.6-23.el5 for package: php
--> Processing Dependency: php-common = 5.1.6-23.el5 for package: php
--> Processing Dependency: php = 5.1.6-20.el5_2.1 for package: php-devel
--> Running transaction check
....
View 11 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
Dec 13, 2010
I am new to Fedora and having trouble installing the latest tar file from Mozilla. I am familiar with basic Linux commands and the message I received when after downloading the tar file and extracting it was error while loading shared libraries: /root/firefox/libxul.so: cannot restore segment prot after reloc: Permission denied. I do not have the latest version I tried to yum update and it did not work.
View 6 Replies
View Related
Jun 9, 2010
I've been trying for a while to get Ubuntu to support Divx and so far I can't get it to install. I've tried getting it to run with Wine but it doesn't trust any executable file. I then tried using Ubuntu Software Centre to see if there is a Ubuntu version but so far I can't seem to get even that version to work. The main issue though is that it would be nice to be able to run software via Wine and I don't know why I can't figure that out lol.
View 2 Replies
View Related
Aug 5, 2010
I have downloaded a command line version of Ubuntu so I can install everything I want almost from scratch. Problem is, when I install an x display manager it wont let me login. It just flashes for a second with a cross, then returns back to the login screen...stuck in a loop."sudo startx" works but not "startx". I have tried lxdm and xdm.
View 1 Replies
View Related
Feb 4, 2010
install the KDE desktop on fedora 12. i know there exists a fedora 12 KDE version but i have the gnome version and i dont want to format my computer again
View 3 Replies
View Related
Feb 27, 2010
I recently bought a Dell 10v netbook and put Debian lenny on it. I got everything up and running, except that sound doesn't work. Two links I found said that the solution was to download alsa-drivers, alsa-lib, and alsa-util from the ALSA website and ./configure && make && make install:
[URL]
Another source says this can be fixed on Etch by recompiling alsa from source:
[URL]
However, I'm running stable lenny, and I'd rather do things the "right" way instead of doing a regular make install. Is there a way to grab the binary packages from testing/unstable and install those without problems? If that's not possible, can I grab the source package from testing/unstable and use that? If that's not possible, can I download the source from ALSA's website and build a package myself?
View 3 Replies
View Related
Apr 10, 2010
I have downloaded k3b-1.91.0rc2.tar.bz2 from sourceforge and extracted the file k3b-1.91.0 to the desktop. I need step by step instructions to complete the installation. I am not a new user to Ubuntu, but not very knowledgeable with terminal commands.
View 3 Replies
View Related