Re: [ns] Installation problem with ns2.29 All-in-one On Redhat-13Fedora Core 4 !!!

2005-12-20 Thread Damian Duda
Hi, The best thing to do is: 1) switch to Linux 2) copy ns-allinone-2.29.1.tar.gz from Windows folders to e.g. /home/yourhome/ 3) decompress: I used ark under KDE (Slackware 10.2) but tar -xvf ns-allinone-2.29.1.tar.gz should bo OK 4) the next you know DD - Original Message - From:

[ns] multicasting bug... help me . i am desperate

2005-12-20 Thread vInoTh
i got a bug while executing the below procedure. (Myagent is a udp agent created that just functions as a UDP agent that ships with ns) proc ctrlAckDcs {} { global ns ctrler dc set group [Node allocaddr] set p0 [new Agent/Myagent] $ns attach-agent $ctrler $p0 $p0 set dst_addr_ $group $p0 set

[ns] Energy used in transmitting 1KB of data to another peer node

2005-12-20 Thread Anup Mayank
Hi All, I want to know how much energy is used by a wireless mobile node in transmitting 1KB of data from one node to another node in its neighbor. Is there any formula to find out this information. Please help me with it. Thanks Anup -- I don't know the key to success, but the key to failure

Re: [ns] How to access location/position of a wireless mobile node ?

2005-12-20 Thread Anup Mayank
Hi Anupama, Answer to your first question is as follows: MobileNode * curNode = (MobileNode *) (Node::get_node_by_address(id_)); // id_ is the id of node double x,y,z; curNode-getLoc(x,y,z); This will assign the X,Y,Z coordinate value to your local variable. I hope this helps. Anup On

[ns] How to access to neighbors of a wireless mobile node ?

2005-12-20 Thread Fabian Wolff
Hi, I have a similar problem (I am able to get the MobileNodes), but I need to get access to a list of the neighbors of this node. In my case, I want to use OLSR, I need to know which nodes are available in the current network, but it would be already enough if I would get information about the

Re: [ns] How to access to neighbors of a wireless mobile node ?

2005-12-20 Thread Anup Mayank
Hi, One of solving this problem can be as follows int findNeighbors(int *neighborList) //returns the total number of neighbors and populates neighborList { MobileNode * curNode = (MobileNode *)(Node::get_node_by_address(id_)); if(curNode==NULL) { printf(findNeighbors Error:

[ns] installation problem of ns-2.1b3

2005-12-21 Thread jaya y
hai, i'm using Fedora core 3 .When installing ns-allinone-2.1b3 it reports following problem. cc -c -O -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1

[ns] Problems installing NS2.29.2 all in one on Kubunto linux

2005-12-21 Thread Qasim Raza Iqbal
Dear All I am having a problem installing Ns2 all-in-one-2.29.2 on kubunto linux with KDE destop. I get the following error message home/iqbalqr/ns-allinone-2.29/tk8.4.11/generic/tkInt.h:674: error: syntax error before Display /home/iqbalqr/ns-allinone-2.29/tk8.4.11/generic/tkInt.h:674:

[ns] how to use PriQueue

2005-12-21 Thread Kamal Gakhar
Can anyone provide a link OR an example on how to use PriQueue (Priority Queueing)? What should be done more in addition to specify DropTail/PriQueue while setting up a link? As I suppose I need to set-up some parameters for settiing priorities for different traffic types, Do I..?? How can I do

Re: [ns] [NS] Problem to access the neighbors list of mobile nodes

2005-12-21 Thread Pedro Vale Estrela
When having problems, one should always do make clean; make depend; make -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon de Andrés Sent: segunda-feira, 19 de Dezembro de 2005 1:15 To: ns-users@ISI.EDU Subject: Re: [ns] [NS] Problem to

[ns] some problem about the packet arrivals in NS-2

2005-12-21 Thread Hailun Tan
Hi, All: I am implementing some routing protocol in network layer. I check the source code and find out that when the packet arrives the desired destination, it was received immediately by the application layer of the destination. it did not invoke the recv method in the routing agent, which

[ns] Loading a large movement trace file

2005-12-22 Thread Marco Fiore
Hi all, I am experienceing the following problem: I have a large movement trace file (around 200 nodes whose speed is updated every 0.5s for 2000s of simulation), which is 40Mb in size (evry line of the file is a setdest command). When I run the simulation, it takes a very long time (I do

[ns] Can 802.11g in NS-2.1b6? Or 802.11b?

2005-12-22 Thread boon
Hi all, Has anyone tried 802.11b or 802.11g in NS-2.1b6? Did it work? Can you teach me where and how to make the changes? Thanks in advance

[ns] how to output a node's energy in ns2

2005-12-22 Thread 黄民肃
Dear someone I was using ns2, how to output some node's energy in a moment? thanks

Re: [ns] loss of energy without any reason in mobile node

2005-12-22 Thread Arun_Sathanur
Hi, To see the RTS/CTS packets, turn the MAC trace ON in your tcl script. Regards Arun -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jagadish kranti Sent: Friday, December 23, 2005 11:10 AM To: ns-users@ISI.EDU Subject: [ns] loss of energy without

Re: [ns] why node 3 is not define?

2005-12-23 Thread Qasim Raza Iqbal
Hi, I also have that problem, infact in my case when running nam for a similar scenario, it shows me node 0,1,2 and 3 a not defined until they actually start the movement. Another think which I need to ask you is that why have you attached the same tcp to node 0 2 and 4 and sink to node 1 and

Re: [ns] what is problem with my tcl

2005-12-24 Thread Filippos Kolovos
You have no specific problem with your Tcl. Since you have installed it, you only have to provide the path to it during configure with the following parameter: ./configure --with-tcl={your tcl8.4.5 path} --with-tcl-ver=8.4.5--with-tk={your tk8.4.5 path} --with-tk-ver=8.4.5 What is meant with

[ns] instl of gt-itm and sgb2ns

2005-12-25 Thread cp kothari
i am unable to see any executive file in bin dir of gt-itm as stated in the read me doc. i am sending the proc adopted by me for ready ref. i am using FC3 OS. thanx for reply and hope u w'd help me. [EMAIL PROTECTED] ~]# cd gt-itm [EMAIL PROTECTED] gt-itm]# ./configure bash:

[ns] about using RIP or OSPF

2005-12-26 Thread 植山 能成
Hi! I want to use RIP or OSPF as routing protocol in ns2. What I understand now is: Using RIP, I have to add following script. $ns rtproto DV Using OSPF, I have to add following script. $ns rtproto LS Is that right? Thanks. Yoshinari Ueyama.

Re: [ns] lost and dropped packets

2005-12-27 Thread Kamal Gakhar
any consideration to distance between nodes..?? On 27 Dec 2005 04:16:07 -, cp kothari [EMAIL PROTECTED] wrote: while simulating wireless network using AODV and DSR protocol for 3 nodes i am getting lost packets of the order ~1000 packets out of total ~5000 packets transmitted. what

[ns] urgent please: mac datarate

2005-12-27 Thread Debora Meyhofer Ferreira
Hello! I'm simulating a wired cum wireless scenario with UDP/CBR in Ns2-28 and I need to simulate with diferent bandwidth (1Mb, 2Mb, 5.5Mb and 11MB). I know that Mac/802_11 set dataRate_ 11Mb change the bandwidth. But I tried to change the bandwidth using: set mac(0) [$n(0) set mac_(0)]

Re: [ns] Problem on DV protocol

2005-12-27 Thread Marcio Novais
You must use this sintax $ns rtproto DV $r1 $r2 instead of $ns rtproto DV $r1 $r2 this must solve your problem. I had this same problem once. Smoetimes you need to use when you want to set some parameters in NS. Marcio. 2005/12/26, Jie Feng [EMAIL PROTECTED]: Hi all: I have a

[ns] question about Http class in ns-2

2005-12-27 Thread Xiaoliang (David) Wei
Hi, I am trying to use Http traffic as a background traffic for my simulations. I wonder if there is a class for this purpose (generating http traffic as background traffic, without modeling the detailed web accesses such as link references and etc). I scanned through the source code

[ns] trafiic generation

2005-12-27 Thread cp kothari
for auto traffic generation trough cbrgen.tcl file i am getting starting from node 1 to ... whereas i want to get it from node 0 to . i have gone through the script but not able to crack it. CAN ANY ONE TRIED THAT? ...kothari...

[ns] Random cross-traffic generation

2005-12-27 Thread Amit Mondal
Hi All, Any idea about how to generate random cross traffic in ns-2. For my simulation, to evaluate my heuristics I need to have Internet like random cross-traffic. Any suggestion or direction will be appreciated! Rgds Amit

Re: [ns] Makefile:233: *** commands commence before first target. Stop.

2005-12-28 Thread Kamal Gakhar
though not familiar with this paper's detail or code it seems to me a configuration problem. check out path etc. and also source code (whether written for earlier or later versions). did you need to install their piece of code, if yes, then using it directly on an ns already on ur system might

[ns] Help Needed With NOAH

2005-12-30 Thread Sabbir Ahmed
Hi I am using ns-allinone-2.1b9a on RedHat 6.2. I have installed NOAH (old version) routing protocol successfully. I need help regarding manual routing with NOAH. How do I add routes manually ? Can some one help me with examples ? The example at page

[ns] Queries on NS2

2005-12-31 Thread ramya r
Dear Sir, Query 1. Does NS2 support position based routing protocol in ad hoc neworks. The basic Node structure does not include a position paramter. Is it feasible to extend the basic node structure to perform position based routing? Query 2. Is EY- NPMA supported in NS2? Kindly reply

[ns] Queries on NS2

2005-12-31 Thread ramya r
Dear Sir(s), Query 1. Does NS2 support position based routing protocol in ad hoc neworks. The basic Node structure does not include a position paramter. Is it feasible to extend the basic node structure to perform position based routing? Query 2. Is EY- NPMA supported in NS2? Kindly

[ns] random-motion parameter of a wireless node

2006-01-01 Thread Sita S. Krishnakumar
Hello, What does setting random-motion to 1 do to a wireless node? I see no movement in nam when I run a simulation. Thanks, Sita

[ns] Using Linkstate Routing protocol in ns2

2006-01-01 Thread aric laston
I wish to know how to install the static version of ns2. Actually i want to run the linkstate routing protocol of ns2. Ns2 supports dv,static,session and multicast protocols. (if i write $ns rtproto LS (where ns is object of Simulator) in TCL it gives me an error message, but if i write $ns

[ns] who to run AODV

2006-01-02 Thread mohd hammad
HI ALL Iam trying to runing the AODV protocol in NS2 2.29 but it is givening the below lines during run the AODV.TCL invalid command name Agent/rtProto/AODV while executing Agent/rtProto/AODV instproc init args{ $self next $args } (fileaodv.tclline 19) Please

[ns] Movement traces

2006-01-03 Thread karim zerioh
Hi, Is there any traces publicaly available of movement traces of users of a location aware application such as a city guide for example? Thanks ___ To help you stay safe and secure online, we've developed the all new

[ns] How to use two version of NS2?

2006-01-03 Thread Guy Israeli
Hi all, I would like to use two version of NS2, and old version and a new version. I know how to install 1 version of ns. what i would like to do is, for instance to call each ns version like this in terminal/bash ns-old example.tcl and for the new ns-new example.tcl thus running

Re: [ns] new wiki for nsnam project

2006-01-05 Thread Tom Henderson
Message: 22 Date: Thu, 5 Jan 2006 19:40:51 + From: Soo-Hyun Choi [EMAIL PROTECTED] Subject: Re: [ns] new wiki for nsnam project To: Tom Henderson [EMAIL PROTECTED] Cc: ns-developers [EMAIL PROTECTED], ns-users@ISI.EDU Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;

[ns] aodv/aodv.cc:361: failed assertion problem

2006-01-05 Thread cherie
Dear ns2 users, I have the problem: aodv/aodv.cc:361: failed assertion `rt-rt_flags == RTF_UP' when I am using AODV to transfer some data. Then no matter what I did to solve it (remove rt-rt_flags == RTF_UP in aodv.cc or put this into the second if condition), still have the same

[ns] Difference between red.cc and queue.cc

2006-01-06 Thread #LIM XIAOWEI#
Hi! There is a question that we would like to seek your expertise on and that is the queue control. We understand and have found the queue control files available in NS-2 such as RED.CC, FAIR QUEUING.CC...and QUEUE.CC . However, there are certain areas that we don't quite understand. 1)

[ns] URGENT!!! weird segmentation Fault

2006-01-06 Thread manjusha
Hello ns-users, I've written a unix shell script to run 160 simulations, one after the other, by placing the command ns tcl-script trafic file in a loop. When I run the shell script, I'm getting segmentation faults for some simulation runs. However, if I run those simulation runs from the

[ns] QoS routing protocols in ns-2

2006-01-07 Thread Vinod
hi all, im trying to simulate my own qos routing protocol for mobile adhoc network (MANET). i would like to compare its performance with other similar protocols simulated in ns2. but how do i get the source code (ns-2) of other routing protocols. there are very few of them in ns-2 and i guess

[ns] problems with wireless

2006-01-07 Thread lewapryb
tried to simulate wireless-mitf.tcl and I got sth like that: localhost# ns /usr/ns-allinone-2.29/ns-2.29/tcl/ex/wireless-mitf.tcl num_nodes is set 2 INITIALIZE THE LIST xListHead Starting Simulation... channel.cc:sendUp - Calc highestAntennaZ_ and distCST_ highestAntennaZ_

Re: [ns] How to calculate bandwidth from transmission power?

2006-01-08 Thread Daniel Mahrenholz
Hi, On Sunday 08 January 2006 14:19, you wrote: As you said, I have just found that, in NS2, the bandwidth can be set by Phy/WirelessPhy set bandwidth_ 2e6 and it will be constant, even though the transmission power is changed. I am not sure why bandwidth is not related to transmission

[ns] wrong node routing agent error... I couldn't find anything helpful in the archive...

2006-01-08 Thread cenker demir
Hello all, I am using ns-allinone-2.28 on cygwin (win XP). I had to create a clone of AODV and change its some attributes with a new name according to my scenario. I named my protocol aodv_au and copied the aodv folder changing its name to aodv_au. Then I changed every aodv word in

Re: [ns] can we use linkstate routing prorocol in ns2?

2006-01-08 Thread Vincent Nauwelaers
checkout ~/ns2/linkstate and chapters 27 - 30 in NS manual and also chapter 5 ! you use LS by writing the following in your TCL script : $ns rtProto LS - Original Message - From: aric laston [EMAIL PROTECTED] To: network simulator ns-users@ISI.EDU Sent: Friday, January 06, 2006 10:39

Re: [ns] where to save .cc files

2006-01-09 Thread Tiago Camilo
Hi, perhaps you forgot to insert in the Makefile.in the path to your .cc files... After this you will need to: ./configure make Good luck, Tiago Camilo Quoting anusherin [EMAIL PROTECTED]: sirI saved tcl file in a seperate folder amp; i saved .cc file in ns-allinone2.24/ns-2.24/rcpand i

Re: [ns] Problem with installation of NS 2.28

2006-01-09 Thread Filippos Kolovos
I apologise, in my previous message I forgot to edit the subject line.:-) From the warning messages displayed, you have installed ns-allinone 2.28, not ns-2.28 (the latter is when you install it from the pieces). When you install it from the pieces, it does not display such a warning. The

[ns] extention to linkstate routing code in ns-2.1b8

2006-01-09 Thread Fatemeh Karimirad
Dear all, I want to extends linkstate routing code in ns-2.1b8 to support QoS Routing. I download qosrns-0.2-pre2-ns2-1b8a and untar in ns 2.1b8a directory but I dont know how to add qospf header files into makefile.in, Can any one help me with editing makefile.in? Regards, Fatemeh Karimirad

[ns] simulation time in ns-2

2006-01-09 Thread Michael Sidiropoulos
Hello everyone!! I have a question regarding simulation time in ns-2 I am using ns-2.27 version and i have noticed that the calculated throughput in my wireless scenario changes as the simulation time increases.What simulation time should i set to my tcl script in order to

[ns] icmp response in tcp applications

2006-01-09 Thread Marco Bonetti
Hello everybody! I'm working with ns-allinone-2.29 on mac osx and writing application to be run on top of ns nodes, following various tutorials here and there on the net I came up with some resonable UDP apps (worm-like), now I'm trying to do that on top of TCP. I'm thinking that it would be nice

Re: [ns] 2 different -adhocRouting in the same simulation

2006-01-09 Thread Pedro Vale Estrela
Looks strange. Reverse the creation order of the nodes to see what happens -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dario Borriello Sent: sexta-feira, 6 de Janeiro de 2006 16:52 To: ns-users@ISI.EDU Subject: [ns] 2 different

Re: [ns] wrong node routing agent error... I couldn't findanything helpful in the archive...

2006-01-09 Thread Pedro Vale Estrela
For otcl changes to the default library, also check if calling source ns-lib.tcl at the beginning of the simulation solves your problem. Also check the example I give in http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_tips.html#_Toc121320478 Pedro Vale Estrela -Original Message-

Re: [ns] simulation time in ns-2

2006-01-09 Thread Daniel Mahrenholz
Hi, On Monday 09 January 2006 14:42, Michael Sidiropoulos wrote: Hello everyone!!I have a question regarding simulation time in ns-2 I am using ns-2.27 version and i have noticed that the calculated throughput in my wireless scenario changes as the simulation time

[ns] get mobile node by address

2006-01-09 Thread christoph schroth
Hi all, I have a question to you all, which is related to my previously posted one: How can I access a mobile node (and its data) out of its queue, its agent etc.? Can I access it similar to the way a normal node can be accessed? (e.g., with the help of the function get_node_by_address)?

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-09 Thread Ashutosh Srivastava
Dear all , For a project I need immediate help . Actually I have to simulate some attacks(on ns-2 )possible in the Ad-hoc networks: 1) sink-hole 2) worm-hole 3) Sybil attack 4) Rushing attack 5) Denial-of-Service and Flooding 6) Black Hole What these

Re: [ns] Pleas help:How to access mobile node data out of the agent

2006-01-09 Thread Daniel Mahrenholz
Hi Christoph, On Monday 09 January 2006 18:36, christoph schroth wrote: I have a rather critical question, and I would be very happy if someone could write me a brief answer: How can I access mobile node data such as location (X_, Y_, etc.) out of the agent (e.g., MessagePassing Agent).

[ns] hi, i am a student of sciences of the computation and i have a problem

2006-01-09 Thread Breno Caetano
Dear, im a new user of ns-2 and i have difficult in find a good documented that i can begin my research in security, i want research security in the ns-2,but i dont know where begin...i find any about Mobiwan and Binding Updates, but i dont find any paper about them, if someone has some paper

[ns] wrong node routing agent... problem continues

2006-01-09 Thread Cenker Demir
Hello All, Related to my question about creating a clone routing protocol, and according to Mr.Estrella's suggestion I included the ns-lib.tcl to the beginning of my simulation script as below. I got the errors that I attached. I also run ns in tcl/lib, and wrote source ns-lib.tcl and I got

[ns] Fwd: error message while using linkstate routing protocol in ns2

2006-01-10 Thread aric laston
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] new 80211

2006-01-10 Thread Debora Meyhofer Ferreira
Hello! I want to know if in this version I can simulate in a mixed scenario (wired cum wireless) different datarate in the same AP (infrastructure mode) for downlink UDP traffic. If yes, how can I do that? I'm trying to simulate mac anomaly ... Thanks for any help... Debora

Re: [ns] hi, i am a student of sciences of the computation and i have a problem

2006-01-10 Thread Pedro Vale Estrela
Hi, Both mobiwan and binding updates are related to IP mobility support, which has its own security problems like all the other areas. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Breno Caetano Sent: segunda-feira, 9 de Janeiro de 2006 21:27

[ns] Clarification required regarding propagation models.

2006-01-10 Thread Madhu Hosaagrahara
Hello, I'm trying to limit the receiving and carrier sensing range of nodes in an IEEE 802.11 network. I've set the RXThresh_ and CSThresh_ values using the ~ns/indep-utils/propagation/threshold.cc program while referring to http://mailman.isi.edu/pipermail/ns-users/2004-

[ns] Node id_

2006-01-10 Thread Christoph Schroth
Hi all, I actually have a very similar problem and also woul like to get to To know the current node I am in from the Interface Queue, for example. How can I find out the node id and other related data such as mobile node Position etc.? Thank you so much, Christoph

[ns] Zero based routing avail in ns2?

2006-01-10 Thread ramya r
  Hi, I needto construct a topology that has aset of mobile nodes giving position updates periodically to a central server inits home region. I need to define this home region and make the mobile node aware when it movesfrom onehome region to another. The mobile node needs tobe aware of

[ns] seeking for OSPF

2006-01-11 Thread Jean-Louis . PASSETEMPS
Hi everybody, I'm looking for an OSPF routing simulation. Does anyone know about such an implementation/contribution ? Thanks. Jean-Louis Passetemps Land Joint Systems Thales Communications

[ns] Eurane and input trace files

2006-01-11 Thread Alessandro Cortese
Hi, i'm preparing a thesis about internetworking between WLANs 802.11 and UMTS. I should design a mobile gateway whic move together with the wireless user terminals. I must use EURANE and NS-2 to simulate this scenario but, as far as i know, EURANE don't supports multiple celles environments,

[ns] UM-OLSR v0.8.8 released

2006-01-11 Thread Francisco J. Ros
Hello everyone, Please apologize if this email is not of your interest. UM-OLSR 0.8.8, our OLSR implementation for the ns2 network simulator, has been released. It comes with a better default configuration and some improvements in the memory management. More info on UM-OLSR website:

Re: [ns] Defining queing mechanisms

2006-01-11 Thread Kamal Gakhar
Chech this page on Sally's RED. Let me know if it helped: http://www.icir.org/floyd/red.html#parameters On 1/11/06, #LIM XIAOWEI# [EMAIL PROTECTED] wrote: Hi! In order to implement queue mechanisms, i understand we can define it in when we define the links such as $ns simplex-link node0

[ns] EDF in ns2..??

2006-01-11 Thread Kamal Gakhar
Does anyone has any idea if EDF module for ns2 had been contibuted..?? -- Kamal

[ns] install failure on debian testing

2006-01-11 Thread Leonardo Maccari
I'm trying to install ns2 2.29 (tried 2.28 too) on debian testing. If I understood correctly the allinone package should contain all I need, apart x library that I have installed separately, but installation script fails with this: *

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-11 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-11 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-11 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] Help MPLS

2006-01-11 Thread Andrea Collin
Hi All, Does anybody know if MPLS work with wireless-cum-wired network? Have an example?? Tanks in advance, Andrea - Yahoo! Photos – Showcase holiday pictures in hardcover Photo Books. You design it and we’ll bind it!

Re: [ns] install failure on debian testing

2006-01-11 Thread Michael Eyrich
Hi, Hello, there are superfluous ' characters in unix/configure: grep in unix/configure for /etc/.relid and change it from system=MP-RAS-`awk '{print }' /etc/.relid'` to system=MP-RAS-`awk '{print }'

Re: [ns] install failure on debian testing

2006-01-11 Thread Soo-Hyun Choi
I think you don't seem to have Tcl/Tk development packages for Debian. You could probably do sudo apt-get install tcl8.3-dev tk8.3-dev, and then try again ns-2 installation. -SH On 1/11/06, Leonardo Maccari [EMAIL PROTECTED] wrote: I'm trying to install ns2 2.29 (tried 2.28 too) on debian

Re: [ns] [ns-2] Hierarchical Routing and MPLS

2006-01-12 Thread Florian Liers
Hello, Is it possible work with MPLS and hierarchical routing? Yes, it is possible. Please have a look at the following homepage. There you can find a patch for MPLS with RSVP-TE with hierarchical routing. http://www.ideo-labs.com/index.php?structureID=45 Further information can be found on

[ns] The command routing

2006-01-12 Thread Dario Borriello
Hi all, I' m using the protocol Noah and i have to built up a multihop comunication between 2 nodes on a line of nodes. I have read at the following site http://icapeople.epfl.ch/widmer/uwb/ns-2/noah/ that is possible to make static routing with Naoh through the command routing, and so i

[ns] changing seed

2006-01-12 Thread Utente ns2
Hi everybody. I need to repeat N times the same scenario but changing the seed. I tried to put in my .tcl script set rng [new RNG] $rng seed integer number changing integer numer for every simulation, but the average delay I measured is always the same. On the contrary I am sure that should

[ns] Fwd: please help me to simulate attacks on the Ad-hoc networks

2006-01-13 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] :two mac on the same node

2006-01-13 Thread Antonietta Stango
Hi all, I have to simulate a network where the nodes have two mac protocol at the same time. it is possible? thanks in advances Antonietta

Re: [ns] Node id_

2006-01-13 Thread Hajer FERJANI
Hi, To have the current positions of a node you need to do : MobileNode* mnode_; double x = 0.0,y = 0.0,z = 0.0; mnode_-getLoc(x, y, z); You should have mnode_ referencing to a node. For example, in my case I pass the node address to my agent in the tcl script and for this reason i defined a

[ns] Traffic CBR and FTP - DSDV

2006-01-13 Thread anna_veronica
Hello, I´m having problems with DSDV protocol, when I´m simulating the traffic CBR/UDP in the same time that FTP/TCP, the simulation don´t stop. Can you help me, please? Anybody knows some bug/trouble about the simulation of DSDV? Features: 800 X 400 20 nodes ns-2.28 Other question:

[ns] new packet type

2006-01-13 Thread Christos Antonopoulos
Hi all I need to create a new pakcet type which is going to be handled by a cbr agent. Can someone give me some guidelines or direct appropriatly ? Thank you Chris

[ns] How can i simulate RWA under inaccurate routing or network imformation?

2006-01-13 Thread niejun
I'm using OWns to simulate routing and wavelength assignment in a WDM network, but how can i simulate RWA under inaccurate routing or network information,i totally don't know how to start with it.

Re: [ns] using ns on Windows XP

2006-01-13 Thread Huang Longbo
You can install it under Cygwin.But you should be ready to bear with the long running time. Longbo Huang From: Ashutosh Srivastava [EMAIL PROTECTED] To: Cenker Demir [EMAIL PROTECTED] CC: ns-users@ISI.EDU Subject: [ns] using ns on Windows XP Date: Fri, 13 Jan 2006 17:22:10 + (GMT)

Re: [ns] concerning CBQ example

2006-01-13 Thread Huang Longbo
The file \ns-allinone-2.27\ns-2.27\tcl\test\test-suit-cbq.tcl should be a good place to look at.Usually you can first make the cbq creation process to be a function, and then apply it to a particular link. Hope this helps. Longbo Huang From: Kamal Gakhar [EMAIL PROTECTED] To: [EMAIL

Re: [ns] Fwd: please help me to simulate attacks on the Ad-hoc networks

2006-01-13 Thread Bob McConnell
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ashutosh Srivastava Sent: Friday, January 13, 2006 3:52 AM To: ns-users@ISI.EDU Subject: [ns] Fwd: please help me to simulate attacks on the Ad-hoc networks Attached to Original Message: Note:

[ns] High Speed TCP Agent

2006-01-13 Thread Fabio Guerra
HI! How I create a High Speed TCP Agent? Anybody can help me? Thanks In Advance Fabio Guerra ___ Tarifa Única DDI - A melhor opção para suas ligações internacionais. Do fixo ou do celular você paga a mesma

Re: [ns] problem with sctp module[original ns-allinone-2.28]

2006-01-13 Thread Tom Henderson
Message: 5 Date: Thu, 12 Jan 2006 19:01:09 +0800 From: robbin [EMAIL PROTECTED] Subject: [ns] problem with sctp module[original ns-allinone-2.28] To: ns-users@ISI.EDU Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=big5 hi,all i downlord the software as

[ns] I have a suggestion or question in using tutorial

2006-01-13 Thread niejun
when i use the VII part, named A new protocol for ns,since i'm new user of ns, i don't know where is the packet.h mentioned in VII.3 Necessary changes, so i can't do some necessary changes, and i don't know where to put the ping.h and ping.cc, because i want my own-defined code ping.h and ping.cc

Re: [ns] using ns on Windows XP

2006-01-14 Thread Tiago Camilo
Yes, Check page: http://nsnam.isi.edu/nsnam/index.php/User_Information#Windows-specific_instr uctions And please investigate a bit before you ask for these type of questions. Thanks, Cheers, Tiago Camilo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[ns] ns2 newbie on MIPv4

2006-01-14 Thread Nauman Afzal
Hi, I am totally new to ns2, I have to simulate handoffs in standard mobile IPv4, suggest a better solution and then off course simulate the proposed solution. Is it possible to do all this in ns2? I am totally new so any help in this reagrd would be welcome, many thanks, best, Nauman

[ns] A little doubt

2006-01-14 Thread David Carballat Vazquez
What TCP implementations have implemented Window Scale Option? (I'm sure Tahoe doesn't and Vegas and SACK does, but i'm not sure about Reno and New Reno). And about Window Scale Option, how it works in ns? Is it neccesary to configure manually? or works when you choose the correct

[ns] end to end form trace file

2006-01-14 Thread shahram mohrehkesh
Dear all, I have to extract some end to end information form trace file. I have used Tracegrapher, but it could not draw some information like end to end delivery ratio or call acceptance rate. Does anyone have a program that could extract these information from a trace file ? Thank you in

[ns] Floating point exception problem of Blueware 1.0 with ns2.29 on AMD-64bit PC (Suse 10.0)

2006-01-14 Thread Huabei Yin
Hi, Blueware 1.0 were successfully built in a subdirectory of ns-2.29 (ns-allinone-2.29/ns-2.29/blueware). But when I run the Blueware example file in the package, it complains floating point exception. (63.28): + _2_ FIRST MAS LINK ESTABLISHED 2 - 16 DELAY 0.039548 (64.28): + _16_ FIRST SLV

[ns] TCP questions

2006-01-14 Thread Pedroi Mus Musti
Hello! First of all I want to thank all the people who help me in my first post. But now I have another problem with TCP connection. I have two questions: 1) How can I measure the throughput in a tcp connection? 2) How can I see the evolution of the congestion window when I have 2 TCP sources

Re: [ns] seeking for OSPF

2006-01-15 Thread Vincent Nauwelaers
I need OSPF for my thesis, so I hope to contribute it in the spring, because now I'm still at univercity and I have 4 examens coming up, so it will take a while ! sincerely, --Vincent - Original Message - From: [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Wednesday, January 11, 2006

[ns] Floating Point Exception in DiffServ application

2006-01-15 Thread arda balkanay
Hi all I'm new to this mailing list and NS i've a problem, i'm trying to write a script to simulate a diffserv, but when i tried to run the sctipt i got floating point exception. my script is attached, i couldn't found the reason any help needed thanks best regards The output is as follows:

[ns] help gmpls ns-code

2006-01-15 Thread vishnupriya padmanabhan
hi, can anybody help me to find ns-code for gmpls thanks

[ns] Packet ID at MAC Layer

2006-01-15 Thread Kshitij Gunjikar
Hi All, I'm looking for something like a Packet/Frame ID at MAC layer for identification of packet/frames at the MAC layer uniquely.Is there something like this in ns-2? Or we have to implement it ourselves. Regards Kshitij

[ns] Running SMAC

2006-01-15 Thread Sita S. Krishnakumar
Hello, I was trying to understand the working of SMAC by running their sample code from the following location: www.isi.edu/ilense/software/smac/MyTest.tcl I get the following message: Cancelling CS- node 1 and ns exits. Any idea why? Regards, Sita

  1   2   3   4   5   6   7   8   9   10   >