Ubuntu :: SESC Simulator In 9.04 Version

Aug 2, 2010

do any one have detailed steps to install SESC simulator in ubuntu 9.04?

View 1 Replies


ADVERTISEMENT

General :: Best Version Of System To Install NS2(network Simulator)?

Feb 16, 2011

I m d beginer in networking,
Can u please tell which version of linux i must install to get best configuration of NS2

View 3 Replies View Related

Fedora :: Universe Simulator For F15?

Jun 3, 2011

I would like to install some good universe simulator on f15.

View 2 Replies View Related

Ubuntu :: Fonts Don't Appear In STEP Physics Simulator In Gnome

Dec 31, 2010

I have recently installed the STEP physics simulator in my Ubuntu, I found it excellent, but I faced a big problem: fonts of notes and meters won't appear in the simulation window!Here is how it should be: URL...and here is how it displays:URL...

View 1 Replies View Related

General :: Unable To Use The MOVE Simulator

Jun 3, 2010

I am trying to learn using MOVE simulator and getting this problem: In the Traffic Model Generator under Static Mobility I import the MOVE trace file and map file. But when I try to save the tcl script(File->Save or SaveAs) I get the following exceptions: Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string:

"1.00"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:458)
at java.lang.Integer.parseInt(Integer.java:499)

[code].....

As a result the trace file that gets generated is empty.

View 12 Replies View Related

General :: Download And Install Ns 2.33 Simulator?

Mar 31, 2010

download and install ns 2.33 simulator?

View 2 Replies View Related

Ubuntu Multimedia :: Opengl - Work With The Robocup Simulator - SIMSPARK

Jan 17, 2010

I'm trying to work with the robocup simulator (SIMSPARK), but it doesn't work. Really i don't know why.

The terminal show me the following error and i think that the problem is from UBUNTU and OPENGL :

View 2 Replies View Related

Ubuntu :: Change Queue Parameters Dynamically During The Simulation Under NS2 Simulator?

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

Fedora :: GNS3 Graphical Network Simulator Cannot Run On 15 64bits

Aug 7, 2011

I run fedora15 64bits on dell xps l401x and i install GNS3 Graphical network simulator as like that [url]after i installed gns3 i can't run that.

View 1 Replies View Related

OpenSUSE :: Install Groovenet Which Is A Vehicular Network Simulator ?

Dec 27, 2010

I have to install GrooveNet which is a vehicular network simulaor. I have downloaded it from GrooveNet Vehicular Network Simulator :: University of Pennsylvania & Carnegie Mellon there is a set-uo guide but I have a problem. I have to open the project within KDevelop or go to the src directory and type "make". When I try to build the project the answer is this one: make: *** No rule to make target `/usr/lib/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop. what can I do?

View 7 Replies View Related

General :: The Screen Saver Keeps Coming On When Running A Simulator?

Dec 19, 2010

I still want the screen saver to work BUT NOT !!! when I'm using the joy stick only distro slackware screen saver default screen blanking

View 2 Replies View Related

Networking :: Existing Application Models For NS2 (Network Simulator)?

Jun 22, 2010

I am an undergraduate student doing some work in Cambridge, MA on NS2. As my project/paper relates to simulating different types of applications like FTP, RTP, and SIP, as they relate to commercial products (VoIP, email, bittorrent, http) and congestion, I was wondering if anyone knows of any simulation models already available besides the example ones released by NS2 and the contributed code found at [URL]. Also, does anyone know of any tcl scripts that simulate specific applications (including the transport layer and Internet layer)? I am using Ubuntu 10.04 LTS and NS2 2.34

View 1 Replies View Related

General :: Use The Actual Network Card Of Computer In The Simulator NS3?

Feb 23, 2011

i have a doubt about NS3, can use the actual network card of my computer in the simulator NS3, that is, if my network card can behave as programmed into the simulator.

View 2 Replies View Related

Software :: How To Install - Simulator For Urban Mobility - In Fedora 10

Aug 5, 2011

How to install SUMO software in Fedora 10. I am not able to get the steps required for installing SUMO in Fedora 10. Also I am not getting the libraries required for SUMO in Fedora 10. I am getting for Fedora 14 and 15. I want source for Fedora 10.

View 5 Replies View Related

Programming :: UDP Packet Loss - Out Of Sequence - Duplication Simulator ?

Oct 13, 2010

I'm beginning to write a custom RTP implementation and want to test its resilience to UDP traffic. I've searched on the web and all the links I can find are for analysing actual traffic, not generating it or messing it up.

Does anyone know of any software (preferably free software) that will, for example, take actual UDP traffic and drop packets, duplicate some and make some arrive late/out of sequence?

View 1 Replies View Related

Fedora :: Gravitation Simulator - Movement Of A Planet In A Binary System ?

Apr 19, 2011

Program for simulating planetary movements, especially the movement of a planet in a binary system. It would be nice if the program has some kind of visualisation but I could do that myself. I searched sourceforge but only found several windows programs and Linux programs still in alpha phase, which didn't work for me.

View 4 Replies View Related

Networking :: Finding A Network Simulator Code In C++ And Perl Not Using Tcl Or Otcl?

Apr 19, 2011

I need to refer a sample code to develop a network simulator using c++/system c as back end and perl scripting asd front end.CAn anyone please refer to me any websites were this kind code is given.I do not want to use this otcl script language so wothout this is any code available just for sample so i wii know were to start and develop my own code.

View 3 Replies View Related

General :: Use Eclipse To Compile And Debug Source Code On Ns-2 Simulator?

Dec 13, 2010

I want to use eclipse to compile and debug source code on ns-2 simulator.

1.how can i configure the parameter on eclipse.

2.how can i compile the source code *.cc

View 3 Replies View Related

Programming :: Fast Inter-application Communication For Academic Simulator

Dec 1, 2010

I have an academic simulator software and I want to visualize its output at the same time the simulation is happening. However I want to separate visualization and simulation modules. The simulation data will be held in an array of a size around 0.5M and will be read only to visualization software (but updated regularly by simulator).

- In past I have used shared memory to share small variables among two applications.

- TCP/IP adds the option of having the simulator and visualization applications on separate machines but the implementation will be more difficult.

- I have also thought about an abstraction layer which allows to replace the communication/interconnection layer with other methods later (file/network/shared memory/pipe).

View 6 Replies View Related

Ubuntu :: Ride(micro Controller And Micro Prosser Simulator)open With Wine But It Not Work Properly

Feb 13, 2010

i using wine windows windows compatibility layer(beta release) , i tried ride(micro controller and micro prosser simulator)open with wine , but it not work properly..

View 2 Replies View Related

General :: Installing CNET Simulator For Wireless Network Cnet-3.1.4?

Jan 19, 2010

I have problem in installation for CNET simulator for wireless network cnet-3.1.4. I have fedora 8 . The problem is when I execute the make command step. I have already intalled tcl/tk 8.4 But still there is an error. The error I get is cd src && make

make[1]: Entering directory `/home/laxmi/cnet/cnet-3.1.4/src'
make[2]: Entering directory `/home/laxmi/cnet/cnet-3.1.4/src'
gcc -std=c99 -Wall -Werror -pedantic -O -fPIC -c applicationlayer.c

[code]....

I made a search for tcl.h files but they are not there.from where and how can I get this file.

View 1 Replies View Related

Ubuntu Security :: Check For Updates To The Current Version Of Rkhunter And Upgrade To A New Version?

Sep 18, 2010

How do i check for updates to the current version of rkhunter and if possible upgrade to a new version?

View 2 Replies View Related

Ubuntu :: Roll Back The Version Of Mesa On Install To An Earlier Version?

Oct 18, 2010

Is it possible to just roll back the version of Mesa on my install to an earlier version...I think this is the key to getting my game to work.

View 2 Replies View Related

Ubuntu :: MySQL Library Version X.x.x Differs From Server Version X.x.x

Jun 4, 2010

Installed Zend Server CE on 10.04 - install mostly fine. But phpmyadmin shows this error; "Your PHP MySQL library version 5.0.83 differs from your MySQL server version 5.1.41" I have followed the Zend online docs and used a DEB install. Why would these versions be different?how do I fix it so that the two are in sync?

View 3 Replies View Related

Ubuntu Installation :: Update For An Older Version Kernel When Using A New Version?

Sep 29, 2010

What happens if you get an update for an older version kernel when you are using a new version?

View 3 Replies View Related

Ubuntu Installation :: Replace Desktop Version With The Netbook Version?

Nov 22, 2010

i would like to replace my Ubuntu Desktop version with the Netbook version. I dont mind losing my current data on the desktop version but if there is a way for me not too i would love to know

View 2 Replies View Related

Ubuntu :: Override Old Version With New Version With Audio And Video Drivers?

Jan 2, 2011

I bought new laptop (VOSTRO 1015) with defalut ubuntu 8.1 linux OS. i need to instal latest ubuntu version, is it possible to override old version with new version if i can over ride old version is there any problems with my laptop.When i palyed MP3 and Videos in movie player one pop message was displayed codec are not available , ubuntu version is out dated.i need to instal latest ubuntu with audio and video drivers

View 2 Replies View Related

Ubuntu Installation :: Upgrade From Desktop Version To Laptop Version?

Jul 18, 2011

I have installed Ubuntu 10.10 desktop version on my Lenovo L420 laptop. Now my friend told me that if I had installed laptop version on it then it would have recognized events related to laptop like closing down the laptop screen and all.

Q1. Is there any way by which I can upgrade it to laptop version?

Q2. What are the differences between both?

View 1 Replies View Related

Ubuntu Installation :: Use The Desktop Version Or The Netbook Version?

Feb 5, 2011

Just got my AW M11x and I am following a thread on installation issues and work around. My question is should I install the desktop version or the Netbook version? Not sure the best location to post, if incorrect please move accordingly Wanting to run gimp, open office, wine to access MS office (use for school) and possibly install photoshop for raw work gimp cant handle.

View 5 Replies View Related

Hardware :: Share DVD Drive In Windows [version 7] And Use It In System [version Fedora 12]?

Jan 8, 2010

I have a doubt, may sound funny but wanna know whether it is possible to share DVD drive in windows [version 7] and use it in Linux system [version fedora 12]?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved