Re: [ns] Urgent reply needed

2006-09-29 Thread Pedro Vale Estrela
Check "Why can I not place unmatched braces in Tcl comments?" http://wiki.tcl.tk/462 And http://phaseit.net/claird/comp.lang.tcl/fmm.html And http://mini.net/tcl/1669.html If this helps you, contribute and put this info in the ns2 wiki Regards Pedro Vale etsrela > -Original Message

[ns] FW: NS-2 2.29.3 and otcl debugger page

2006-09-19 Thread Pedro Vale Estrela
Until I take the time to re-test the installation procedure of my own debugger utilities in lastest ns2.29, here are some detailed tips by paul craven (thanks to him): -Original Message- From: paul [mailto:[EMAIL PROTECTED] Sent: terça-feira, 23 de Maio de 2006 20:03 To: [EMAIL PROTEC

Re: [ns] Problem with the "queue" command

2006-09-06 Thread Pedro Vale Estrela
s-users@ISI.EDU > Subject: Re: [ns] Problem with the "queue" command > > > > Thank you for repliying but the space char before [ is only missing in the > mail I wrote and not in the source file. > So, the problem persists. > > Thanks > > > Pedro Va

Re: [ns] Issues debugginf ns-2.29

2006-09-06 Thread Pedro Vale Estrela
a) It hasn't the function names for the NS proc (as it has for tcl procs) Is ns2 stuff compiled for debugging? (-g gcc option)? b) use DDD and valgrind http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging.html#_Toc122255042 Pedro Estrela > -Original Message- > From: [EMAIL PROTECTED

Re: [ns] Problem with the "queue" command

2006-09-06 Thread Pedro Vale Estrela
Use set link12 [$ns simplex-link $n1 $n2 512Kb 0ms DropTail] (it has a missing space char nect to "[") Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of fafou > Sent: terça-feira, 5 de Setembro de 200

Re: [ns] RTP under NS2

2006-09-06 Thread Pedro Vale Estrela
a) in tcl/lib/ns-delfault.tcl, add Session/RTP::debug_ set 0 then recompile ns2 then, in your script, use Session/RTP::debug_ set 1 ;# can also be "ON" to enable debugging b) you need to upgrade your script in the part that you define the UDP port in use of the agents pe

Re: [ns] [bug] tcl-debugger segfaults when printing stack ('w')

2006-09-05 Thread Pedro Vale Estrela
ide the debugger. If you don't already know, I have a modification to enable debugging inside the TKCon console http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging2.html I'm forwarding this patch to the ns-developers list Pedro Vale Estrela > -Original Message- > Fro

Re: [ns] idle/sleep state

2006-09-04 Thread Pedro Vale Estrela
e" > idle.patch persons are able to apply your patch using cat idle.patch | patch longer answer: check step 7 of http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging3.html if you have more questions please ask; however, please submit your patch only after you are sure what is th

[ns] Application/Traffic/CBR set interval + setpacketsize -> undocumented behaviour explained

2006-08-30 Thread Pedro Vale Estrela
//mailman.isi.edu/pipermail/ns-developers/2006-August/002375.html http://mailman.isi.edu/pipermail/ns-developers/2006-August/002377.html Pedro Vale Estrela

Re: [ns] change the CBR bit rate

2006-08-30 Thread Pedro Vale Estrela
e ns2 wiki with the solution Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Albalas F (AT) > Sent: terça-feira, 29 de Agosto de 2006 22:48 > To: ns-users@ISI.EDU > Subject: [ns] change the CBR bit rate > &g

Re: [ns] why does the code below doesn't work as expected

2006-08-30 Thread Pedro Vale Estrela
use $udapp set rate_ 1Mb pedro Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Sandeep > Sent: quarta-feira, 30 de Agosto de 2006 7:47 > To: ns-users@ISI.EDU > Subject: [ns] why does the code below doesn't work as expected > > > H

Re: [ns] rtmodel-at down seems to do nothing

2006-08-28 Thread Pedro Vale Estrela
pabilities, check my page http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging2.html) When you find the bug, please make a patch and report in the ns-developers mailing list Regards Pedro Vale Estrela > Hello, > > The Link Failure code from Marc Greis' Tutorial works fine for me. >

Re: [ns] [Ns-developers] ns-2 OTcl speedy changes

2006-07-19 Thread Pedro Vale Estrela
regarding your questions, the answer is "yes" to all. However, there is a much faster way to make temporary changes to the otcl lib, especially useful when debugging and redefining a standard procedure: http://tagus.inesc-id.pt/~pestrela/ns2/ns2_tips.html#_Toc124667330 .."to avoid modifying th

Re: [ns] Transmission and Interference Range

2006-07-13 Thread Pedro Vale Estrela
Check this code that I'm using to set the power based on the circular distance in meters: Usage: set coverage [CellCoverage 1 1 $MAX_X $MAX_Y $OVERLAP] set power [SetPt $coverage] Phy/WirelessPhy set Pt_ $power $ns node-config -rxPower $power -txPower $power --

Re: [ns] Mash Inspector on Mac OS X

2006-07-12 Thread Pedro Vale Estrela
Hi I also have a fairly poor performance during my otcl debug sessions regarding managing the object inspector itself. For this, I just stop the simulation at run time, check the objects that I want, check the private variables, and find the bug. For debugging, I have my simulation script para

Re: [ns] Multiple connections to a single agent

2006-07-03 Thread Pedro Vale Estrela
uted documentation > > Brad > > > On 7/3/06 2:07 PM, "Pedro Vale Estrela" <[EMAIL PROTECTED]> wrote: > > > The problem is that the packets that you are sending to A3 have an > incorrect > > port address. > > > > When you use >

Re: [ns] Finding Node ID

2006-07-03 Thread Pedro Vale Estrela
own words__, to help the next NS2 users that has a similar problem. Thanks :-) Pedro Vale Estrela Hello Pedro, Thank you for the help...that was everything i needed. Just one more thing if you can help medo you know if it is possible to load a previously saved layout of my topolog

Re: [ns] Help on obtaining the location info of a mobile node within inC++ code of routing protocol

2006-07-03 Thread Pedro Vale Estrela
http://mailman.isi.edu/pipermail/ns-users/2006-January/053450.html http://tagus.inesc-id.pt/~pestrela/ns2/ns2_tips.html#_Toc124667331 http://www.cse.msu.edu/~wangbo1/ns2/nshowto5.html > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Xiaolin Cheng >

Re: [ns] Multiple connections to a single agent

2006-07-03 Thread Pedro Vale Estrela
; - use the mash inspector to find exactly who are _o153, _o158, etc (http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging2.html) If this helps you, please contribute the description of the problem and the solution, in your own words, to the NS2 wiki. Pedro Vale Estrela > -Origina

Re: [ns] Finding Node ID

2006-07-03 Thread Pedro Vale Estrela
esc-id.pt/~pestrela/ns2/files/ns2_shared_procs.tcl Feel free to ask further questions if necessary Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Nicholas Loulloudes > Sent: segunda-feira, 3 de Julho de 2006 10:55

Re: [ns] [help] error: input line too long

2006-06-21 Thread Pedro Vale Estrela
This seems to be a Makefile problem that manifests itself in windows (and which in linux would compile fine) I such is the case, i suggest you make your working NS2 tree in c:\ns2, instead of something like C:\documentes and settigs\user\my documents\etc etc etc\ns2 > -Original Message---

Re: [ns] Cloning AODV (Please contribute to the NS2 wiki)

2006-06-21 Thread Pedro Vale Estrela
example to show what is the best time to contribute, where multiple answers were provided in the mailing list. Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Sylvester Yorke > Sent: quinta-feira, 22 de Junho de 2006 4:

Re: [ns] Bus error

2006-06-21 Thread Pedro Vale Estrela
This looks to be equivalent to a segmentation fault Run NS2 inside a debugger like DDD to debug it > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Brad Montgomery > Sent: quarta-feira, 21 de Junho de 2006 23:46 > To: ns-users@ISI.EDU > Subject: [

Re: [ns] Getting data from wireless base station to cross to wiredstation

2006-06-20 Thread Pedro Vale Estrela
understand why you couldn't use the same method: NOAH_Agent::forwardPacket (Packet * p) ... target_->recv(p, (Handler *)0); //line 985 ... DSDV_Agent::forwardPacket (Packet * p) ... target_->recv(p, (Handler *)0); //line 168 ... > Particular thanks to Pedro Vale Estrela, who's help was invaluable. > > Paul Vincent Craven

Re: [ns] Clearing a queue at a node in ns-2

2006-06-14 Thread Pedro Vale Estrela
> But this doesn't work. Uptarget_ gives me an NsObject instead of a LL > object... try casting it to an c++ LL object. Mind that this will only be a quick fix to see if it works - its terrible programming ! Pedro Vale Estrela > -Original Message- > From:

Re: [ns] simple-wireless.tcl is not running on ns2.28

2006-06-14 Thread Pedro Vale Estrela
Search for the /mobility/scene direcotories in your NS2 tree, and put the example alosnside it, eg: Snenario files in /ns2/tcl/ex/mobility/scene Put the script in /ns2/tcl/ex/mydir/ Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [ns] Clearing a queue at a node in ns-2

2006-06-09 Thread Pedro Vale Estrela
enefit is that you can fine tune this method without recompiling NS2 each time. If this works, please put this on the NS2 WIKI! Pedro Vale Estrela > Hi ns, > > I'd like to clear a node's queue from the mac-layer in my simulation after > I've received a certain

Re: [ns] help MPEG4 traffic!!!

2006-06-09 Thread Pedro Vale Estrela
This would be a great NS2 wiki material also Pedro Estrela > > ... (page http://www.sce.carleton.ca/~amatrawy/mpeg4/). > > Hi, i'm currently using this MPEG4 traffic source without any problem. > You have to put mpeg4_traffic.cc in ns-allinone-2.29/ns-2.29/tools and > add the following li

Re: [ns] two equal UDP CBR flows in droptail queue get different bandwidths?

2006-06-08 Thread Pedro Vale Estrela
it to the NS2 wiki pages! Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Tyler Ross > Sent: quinta-feira, 8 de Junho de 2006 16:43 > To: Eduardo J. Ortega > Cc: ns-users@ISI.EDU > Subject: Re: [ns] two e

[ns] CONTRIBUTING TO NS2 WIKI (was: RE: C++ debug in NS2)

2006-06-06 Thread Pedro Vale Estrela
x27;t even imagine of. I sincerely think that is users contribute, someday we'll be able to have something similar to this wiki, for example: http://developer.valvesoftware.com/wiki/Category:Programming http://developer.valvesoftware.com/wiki/Compiling_under_Linux Comments? Pedro Vale Estr

Re: [ns] C++ debug in NS2

2006-06-06 Thread Pedro Vale Estrela
How need to take the time to learn a real debugger like DDD. Make a small test program yourself in C, 10 lines are sufficient, then debug in inside DDD to learn the debugerr http://heather.cs.ucdavis.edu/~matloff/ddd.html http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging.html#_Toc122255042 On

Re: [ns] Problem when adding new variable in common header

2006-06-06 Thread Pedro Vale Estrela
In the packet constructor, make sure you add an appropriate initializer for your field. I've done what you are describing many times with success. Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Takuya Kimura

Re: [ns] the routing tables

2006-05-30 Thread Pedro Vale Estrela
"$rl check_unreachable_nodes") Pedro Vale Estrela http://tagus.inesc-id.pt/~pestrela/ns2/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of www triste > Sent: sábado, 27 de Maio de 2006 20:08 > To: ns-users@ISI.EDU > Subj

Re: [ns] Interpreting trace file

2006-04-19 Thread Pedro Vale Estrela
www.tracegraph.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Vinod > Sent: quarta-feira, 19 de Abril de 2006 21:01 > To: ns-users@ISI.EDU > Subject: [ns] Interpreting trace file > > > hi, > > I have implemented a new qos routing protocol f

Re: [ns] gprs help!!!!(urgent)

2006-03-31 Thread Pedro Vale Estrela
Hi martina, excellent response. Here are some links to help the original user... http://www.catb.org/~esr/faqs/smart-questions.html http://tagus.inesc-id.pt/~pestrela/ns2/ns2_beginners.html Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

Re: [ns] Two questions - Node id and path optimality calculation

2006-03-31 Thread Pedro Vale Estrela
served forIP_BROADCAST packet.h- p->fflag_ = TRUE; packet.h- (HDR_CMN(p))->direction() = hdr_cmn::DOWN; packet.h- /* setting all direction of pkts to be downward as default; Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

Re: [ns] is "address_" the routing address of a node?

2006-03-31 Thread Pedro Vale Estrela
making a reset on the routelogic object to make ns2 recompute the static routes at run-time and use $ns rtproto Session Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Ghirmay Desta > Sent: quinta-feira, 30

Re: [ns] How to setup the maximal rate in a TCP Source?

2006-03-24 Thread Pedro Vale Estrela
> I need setup the maximal rate to a TCP source, is it possible? connect the sender node to a single link, and set the capacity of that link

Re: [ns] The next step in routing protocol

2006-03-24 Thread Pedro Vale Estrela
bss+0x10): multiple definition of `hdr_zigbee::offset_' zigbee/zigbee.o:(.bss+0x10): first defined here /usr/lib/gcc-lib/sparc-unknown-linux-gnu/3.3.5-20050130/../../ ...) How did you solve it? After the module is cloned, please contribute to the NS2 community by making a short how-to on yo

Re: [ns] Routing protocol

2006-03-23 Thread Pedro Vale Estrela
Either duplicate the "BroadcastTimer" object to "my_BroadcastTimer", or remove it from zigbee to use the one defined in AODV > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of juan manuel gomez garcia > Sent: quinta-feira, 23 de Março de 2006 11:52

Re: [ns] Segmentation fault in sprintf

2006-03-22 Thread Pedro Vale Estrela
Use ddd Increase buffer size (str) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of kpowerinfinity > Sent: quarta-feira, 22 de Março de 2006 20:28 > To: ns-users@ISI.EDU > Subject: [ns] Segmentation fault in sprintf > > > Hi, > > I am trying to p

[ns] makefile.in ns2.26 gdb

2006-03-21 Thread Pedro Vale Estrela
do ./configure --help ./configure --enable-debug -- Mensagem Original -- De: Siyui AliOh <[EMAIL PROTECTED]> Para: ns-users@ISI.EDU Enviar: 21/03/2006 Assunto: [ns] makefile.in ns2.26 gdb here, i want to use gdb to debug my ns2.26, but i dont know how to edit my makefile.in, here is segment o

Re: [ns] What does this line means " [[$self agent] set node_ ] "

2006-03-20 Thread Pedro Vale Estrela
s2_debugging2.html http://inesc-0.tagus.ist.utl.pt/~pestrela/ns2/ns2_with_tkcon_and_tcldebug_sc reenshot2.PNG Info about the type of addresses that a node can have http://inesc-0.tagus.ist.utl.pt/~pestrela/ns2/ns2_haddr_tips.html#_Toc121548 871 Pedro Vale Estrela > -Original Message- > F

Re: [ns] ns-allinone-2.1b7a - installation problem

2006-03-16 Thread Pedro Vale Estrela
Use gcc 2-95 or older > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of [EMAIL PROTECTED] > Sent: quinta-feira, 16 de Março de 2006 22:20 > To: ns-users@ISI.EDU > Subject: [ns] ns-allinone-2.1b7a - installation problem > > > Hi everyone! > I tried

Re: [ns] Supporting infrastructure WLANs in NS2

2006-03-16 Thread Pedro Vale Estrela
> Also the issue of MIPv6 is still hanging, the mobiwan extension is claimed > to be workin on NS-2.1b6 and above but I am not sure if it does work with > NS-2.29. Pls, can u confirm if it does work wit NS-2.29? code that was developed for earlier versions of NS will definitely not work in la

Re: [ns] Supporting infrastructure WLANs in NS2

2006-03-16 Thread Pedro Vale Estrela
> And second, thanks Pedro, I will look for this code in the cvs that > partially supports infrastructure WLAN simulation. I'm not sure in which file, but I'm 90% sure that is in mac/802.11.cc

Re: [ns] Supporting infrastructure WLANs in NS2

2006-03-16 Thread Pedro Vale Estrela
I've seen some code in the CVS somewhere that partially implemented these functionalities > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Martina Umlauft > Sent: quinta-feira, 16 de Março de 2006 11:30 > To: David Fuste; David Fuste > Cc: NS-users

Re: [ns] How to run ns2.1b8a source code in latest versions. Pleasehelp.. Urgent

2006-03-16 Thread Pedro Vale Estrela
> I have source code that was written when ns2.1b8a was used. I have > to submit my project code by 20th. Please, could anybody tell me if it is > possible to run ns2.1b8a code in ns2.28. If so, what changes have to be > made.. I'm seeing this type of "small classroom assignments" over

Re: [ns] wireless node connection with a physical link

2006-03-15 Thread Pedro Vale Estrela
Use unix command "diff -C 2" to find the differences between the scripts > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Ashraf Bourawy > Sent: quarta-feira, 15 de Março de 2006 22:58 > To: Mohammad Abdul Awal > Cc: ns-users@ISI.EDU > Subject: Re:

Re: [ns] Newbie ns-2/OTcl question

2006-03-14 Thread Pedro Vale Estrela
Things just don't work that way Study the tutorials mentioned here: http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_beginners.html#_Toc128325749 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Robert Luke > Sent: terça-feira, 14 de Março de 2006

Re: [ns] How to remove -02 optimization

2006-03-13 Thread Pedro Vale Estrela
Check ./configure --help > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of MuiS > Sent: segunda-feira, 13 de Março de 2006 14:40 > To: ns-users@ISI.EDU > Subject: [ns] How to remove -02 optimization > > > hi.. > > Is someone know how to remove the

Re: [ns] ns2 debugging

2006-03-13 Thread Pedro Vale Estrela
http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_debugging.html > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of nalinaksh gaur > Sent: segunda-feira, 13 de Março de 2006 11:18 > To: ns-users@ISI.EDU > Subject: [ns] ns2 debugging > > > Hi all, >

Re: [ns] SIP patch

2006-03-09 Thread Pedro Vale Estrela
fo patch google "patch diff" Pedro Vale Estrela

Re: [ns] Mobile IP

2006-03-09 Thread Pedro Vale Estrela
You’re right, the registration process should be immediate. Using DDD, place a breakpoint where the MN receives the handover, and check what happens to the registration message Also check if the message is being dropped (in the trace file) Pedro Estrela -Original Message- F

Re: [ns] ping protocol

2006-03-08 Thread Pedro Vale Estrela
http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_beginners.html#_Toc128325749 UPDATE: You should refer to this post on the ns2 mailing list to know the additional steps required on the ping agent on the newest versions of NS2. http://mailman.isi.edu/pipermail/ns-users/2006-January/053697.html

Re: [ns] Creating an Identical Ad Hoc Routing / cloning a standrd NS2 module for experiments

2006-03-08 Thread Pedro Vale Estrela
http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_beginners.html#_Toc128325750 or, even better, use the NS2 wiki for publishing this info. Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of net sim > Sent: quarta-feira, 8

Re: [ns] please urgent help :how to print routing table ?????

2006-03-08 Thread Pedro Vale Estrela
'm using ns2.29 so then i must see in my trace file the routing table printed but I don't see this routing table and i don't know why ? So please help me it's vey important i have attached you my 2 files aodv_rtable.cc and aodv_rtable.h Thank u a lot in ad

Re: [ns] Mobile IP blues

2006-03-08 Thread Pedro Vale Estrela
a) The BS boundaries are specified by the relation between the transmittion power of the BS and the reception power level of the MH. b) the MH will make an handover to each new BS it listens to, according to an algorithm in this file mip-reg.cc: void MIPMHAgent::recv(Packet* p, Handler *), swi

Re: [ns] Creating an Identical Ad Hoc Routing

2006-03-07 Thread Pedro Vale Estrela
MYTORADest; > class Height; > > class mytoraAgent : public rtAgent { > friend class MYTORANeighbor; > friend class MYTORADest; > > Can I still able to talk to the unmodifed TORA? > > > >From: "Pedro Vale Estrela" <[EMAIL PROTECTED]&

Re: [ns] reading trace files

2006-03-07 Thread Pedro Vale Estrela
For out-of-the-box NS2 graphs, check www.tracegraph.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Vietor Davis > Sent: terça-feira, 7 de Março de 2006 17:24 > To: Nauman Afzal > Cc: ns-users@ISI.EDU > Subject: Re: [ns] reading trace files >

Re: [ns] Creating an Identical Ad Hoc Routing

2006-03-07 Thread Pedro Vale Estrela
_ node-config -adhocRouting $val(adhocRouting2) > for {set i 2} {$i < 3 } {incr i} { > set node_($i) [$ns_ node] > $node_($i) random-motion 0 > } > > $ns_ node-config -adhocRouting $val(adhocRouting) > for {set i 3} {$i < $val(nn) } {incr i} { >

Re: [ns] Urgent: Meaning of ARP IFQ in trace file

2006-03-07 Thread Pedro Vale Estrela
From my own experience with arp.cc, this explanation is entirely correct, especially the part where the buffer only has space for 1 packet > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Michael Sidiropoulos > Sent: terça-feira, 7 de Março de 2006

Re: [ns] Creating an Identical Ad Hoc Routing

2006-03-07 Thread Pedro Vale Estrela
ZE THE LIST xListHead > using backward compatible Agent/CBR; use Application/Traffic/CBR instead > Start of simulation.. > [EMAIL PROTECTED] dut]# > -- > ---- > Both tcl are identical, just the routing proto used is different. &g

Re: [ns] please urgent help :how to print routing table ?????

2006-03-07 Thread Pedro Vale Estrela
-by-step installation guide http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_debugging2.html 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 hamdi benmessao

Re: [ns] Creating an Identical Ad Hoc Routing

2006-03-07 Thread Pedro Vale Estrela
my "make" stage > > mytora/mytora.o:(.bss+0x0): multiple definition of `hdr_tora::offset_' > tora/tora.o:(.bss+0x0): first defined here > collect2: ld returned 1 exit status > make: *** [ns] Error 1 > > I have the same header structure name with the existing TORA

Re: [ns] Creating an Identical Ad Hoc Routing

2006-03-07 Thread Pedro Vale Estrela
http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_beginners.html#_Toc128325750 5: The above, but modifying the NS2 simulator yourself. When you are doing cutting edge research, that nobody did before, the only solution is to model your own additions to NS2. The first thing you should do is to loc

Re: [ns] how to re-compile

2006-02-22 Thread Pedro Vale Estrela
check http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_tips.html#_Toc124667336 expecially this part: It is normally (very) difficult to get a 100% syntax-correct .tcl file. For instance, a brace inside a comment IS CONSIDERED for brace matching, and thus is very difficult to make then match even

Re: [ns] [trace2stats] throughput/delay/jitter statistics from ns-2

2006-02-21 Thread Pedro Vale Estrela
Hi, I've updated my beginners page with useful info: http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_beginners.html#_Toc128325751 Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Bow-Nan Cheng > Sent: t

Re: [ns] How to calculate the bandwidth occupied by packets?

2006-02-15 Thread Pedro Vale Estrela
For some easy out-of-the-box NS2 graphs, check tracegraph http://www.tracegraph.com/ Pedro Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Hailun Tan > Sent: quarta-feira, 15 de Fevereiro de 2006 3:09 > To: ns2 Mailing List > Subject: [n

[ns] retrieving node from routing agent in ad-hoc routing

2006-02-14 Thread Pedro Vale Estrela
These kind of questions appear a lot in this mailing list. The answer is "yes", and is explained here: http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_tips.html#_Toc124667331 Now follows an even simpler explanation, using global variables and tcl a) Arrange in TCL the appropriate construct to

Re: [ns] static routing in ad hoc network

2006-02-02 Thread Pedro Vale Estrela
NOAH is designed in a way to permit single-hop paths only between mobile nodes and basestations, which is exactly what is necessary for infrastructure mobility simulations (eg, IP micro-mobility) Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: [ns] [Manual] How to install the tcl-debug for release 2.29

2006-01-31 Thread Pedro Vale Estrela
port my own help pages into it (as I'm currently unable due to time constraints). Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of tk424 > Sent: quarta-feira, 1 de Fevereiro de 2006 1:37 > To: ns-users@ISI.ED

Re: [ns] Hierarchical Addressing and classifiers

2006-01-27 Thread Pedro Vale Estrela
Check my info page on this subject: http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_haddr_tips.html#_Toc12154887 0 We now consider the scenarios described on the top of this page, suitable for IP mobility protocols evaluation, which can be either standard Mobile IP (MIP), or one of the speciali

Re: [ns] Ack Loss

2006-01-24 Thread Pedro Vale Estrela
Of course, just like in real internet > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Andrea Occari > Sent: terça-feira, 24 de Janeiro de 2006 13:58 > To: ns-users@ISI.EDU > Subject: [ns] Ack Loss > > > Hi, > > it is possible to lose packet Ack ?

Re: [ns] URGENT!!! weird segmentation Fault

2006-01-18 Thread Pedro Vale Estrela
Interesting Modify the shell script to verify error codes from NS (to know when it has crashed) Use DDD with that core file Check it on the command line it the exact same argumuments that made it crash at the script. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL P

Re: [ns] what is lifetime of sensor network

2006-01-18 Thread Pedro Vale Estrela
I you want the AUTHORITATIVE definition, e.g. by IEEE, you will have to search for it. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Weixing Wang > Sent: quarta-feira, 18 de Janeiro de 2006 10:31 > To: ns-users@ISI.EDU > Subject: [ns] what is lif

Re: [ns] Trace Graph & convertor

2006-01-17 Thread Pedro Vale Estrela
What type of trace files is that? Not one of the standard NS2 trace files, I think > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of #LIM XIAOWEI# > Sent: terça-feira, 17 de Janeiro de 2006 8:31 > To: ns-users@ISI.EDU > Subject: [ns] Trace Graph &

[ns] Call for volunteers: moving help pages to NS2 Wiki

2006-01-16 Thread Pedro Vale Estrela
rt would be to simply copy my help pages to the wiki and start organizing from there. More info about the "wikis": http://en.wikipedia.org/wiki/Wiki NS2 wiki: http://nsnam.isi.edu/nsnam/index.php/Main_Page Pedro Vale Estrela PS: of course that this idea should be applied to all NS2-re

Re: [ns] Patch file error

2006-01-12 Thread Pedro Vale Estrela
a) use better subjects b) what module are you trying to put to work? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of #LIN ZHILING# > Sent: quinta-feira, 12 de Janeiro de 2006 10:53 > To: ns-users@ISI.EDU > Subject: [ns] Patch file error > > > >

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

2006-01-10 Thread Pedro Vale Estrela
Hi all I've made some detailed anwers that cover exactly this issue: http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_tips.html Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Pedro Vale Estrela > Sent: se

[ns] HOWTO: modify existing procedures from the standard TCL library / know values at run-time / to trigger procedures in other modules at run-time.

2006-01-10 Thread Pedro Vale Estrela
http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_tips.html NEW: How to modify existing procedures from the standard TCL library (/tcl/lib/) without having to recompile NS2 at each step. If you are modifying the standard procedures that are present in /tcl/lib/ns-lib.tcl, or in any of its sour

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:2

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: qua

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:

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

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] 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] NS 2 query

2006-01-06 Thread Pedro Vale Estrela
a) http://www.catb.org/~esr/faqs/smart-questions.html#bespecific b) http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_haddr_tips.html#_Toc12154887 1 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of ramya r > Sent: quinta-feira, 5 de Janeiro de 2006

Re: [ns] Problems using DSR

2005-12-21 Thread Pedro Vale Estrela
Use ddd to debug the code and understand what fails http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_debugging.html#_Toc122255042 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of David Carter > Sent: sábado, 17 de Dezembro de 2005 12:14 > To:

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 t

Re: [ns] ns-2.1b8a instllation problems

2005-12-18 Thread Pedro Vale Estrela
Use package ns-allinone-2.1b8a > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Petr Berka > Sent: sexta-feira, 16 de Dezembro de 2005 17:07 > To: ns-users@ISI.EDU > Subject: [ns] ns-2.1b8a instllation problems > > > Hi all, > > have somebody so

<    1   2