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 & i saved .cc file in > ns-allinone2.24/ns-2.24/rcpand

Re: [ns] Ns-users Digest, Vol 25, Issue 8

2006-01-09 Thread Filippos Kolovos
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 LD_LIBRARY_PATH is actually an extra set of directories, where the run-time share

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 ge

[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 -adhocR

Re: [ns] "wrong node routing agent" error... I couldn't find anythinghelpful in the archive...

2006-01-09 Thread Pedro Vale Estrela
> 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"

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 > increa

[ns] TBF Code, explanation

2006-01-09 Thread Enrique Alejandro Gutierrez Blancarte
Hi Anyone can help me with a TBF code???. Because I wrote down the following code, but when I change the parameters of the TBF ( shaper and the policer) the graph of the mean queue length is always the same, what Im doing wrong? set lamda 1.0 set mu 2 set q 1

[ns] NS for performance evaluation

2006-01-09 Thread lekkie omotayo
Hi guys, I need to use ns2 to evaluate the performance of web, email, and VoIP traffics over IPv6 in a wireless network. I am a newbie 2 d tool. I just need pointers and steps to what to evaluate (e.g bandwidth, latency, QoS). Also, I will appreciate if any one can give me a head start into doin

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

2006-01-09 Thread christoph schroth
Dear all, 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). With other words: How do I get a reference to the mobile node wo wh

[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")?

Re: [ns] NS for performance evaluation

2006-01-09 Thread Daniel Mahrenholz
Hi, On Monday 09 January 2006 18:10, lekkie omotayo wrote: > I need to use ns2 to evaluate the performance of web, email, and VoIP > traffics over IPv6 in a wireless network. If you have some actual applications that create the traffic you should go for network emulation. Otherwise you need

[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 terms

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)

Re: [ns] Help: address of an agent's associated node

2006-01-09 Thread Pedro Vale Estrela
At the time of creation, add to it an instance variable called mynode, eg $tap set mynode [$node id] then, at run time just check the variable: otcl: $tap set mynode C++ tcl.evaluate("%s set mynode", name()); Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mail

Re: [ns] How acess the protocol agent of a mobil node

2006-01-09 Thread Pedro Vale Estrela
This kind of problems are made much easier using my otcl object inspector. http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_debugging3.html Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Martin Wenig > Sent: quarta-feira, 4 de

[ns] Instalation problem

2006-01-09 Thread Fabio Guerra
Hi ! I'm having problem with validate, can you help me ! linux version slackware with kernel 2.4.26 ns version 2.29.2 following the log Tue Jan 10 17:35:26 BRST 2006 test 2 *** ./test-all-tcp ./validate: ./test-all-tcp: /bin/sh: bad interpreter: Permission denied Tue Jan 10 17:35:2

[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 or

Re: [ns] Instalation problem

2006-01-09 Thread Kamal Gakhar
check all the paths need to be specified. On 1/9/06, Fabio Guerra <[EMAIL PROTECTED]> wrote: > > > > Hi ! > > I'm having problem with validate, can you help me ! > > > linux version slackware with kernel 2.4.26 > > ns version 2.29.2 > > following the log > > Tue Jan 10 17:35:26 BRST 2006 > test 2

Re: [ns] problems with wireless

2006-01-09 Thread Kamal Gakhar
look into .tr file and perhaps there is no call to nam or no nam file at all On 1/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > 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 >

[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

Re: [ns] simulation time in ns-2

2006-01-09 Thread Arun_Sathanur
Happened with my simulations too. I ran the simulations for 100 seconds. I left out the 5 seconds at both ends of the simulation and results are consistent. Regards Arun -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Mahrenholz Sent: Monday, Jan