Re: [ns] Help .. Error running wireless protocols in ns2.

2012-10-13 Thread metagoth
Here is the code.. # Define options set val(chan) Channel/WirelessChannel;# channel type set val(prop) Propagation/TwoRayGround ;# radio-propagation model set val(netif) Phy/WirelessPhy;# network interface type set val(mac)Mac/802_11

[ns] Help .. Error running wireless protocols in ns2.

2012-10-13 Thread Marllus Lustosa
Em 13/10/12 21:00, ns-users-requ...@isi.edu escreveu: Hi, Vivek! Please, post your script file .tcl. > Message: 1 > Date: Sat, 13 Oct 2012 10:25:56 +0530 > From: vivek arya <1viveka...@gmail.com> > Subject: [ns] Help .. Error running wireless protocols in ns2. > To: ns-us

[ns] Help .. Error running wireless protocols in ns2.

2012-10-12 Thread vivek arya
I get the following error in terminal when i execute my file.. ns dsdv-example.tcl num_nodes is set 3 invalid command name "-macType" while executing "-macType $val(mac) \ -ifqType $val(ifq) \ -ifqLen $val(ifqlen) \ -antType $val(ant) \ -propType $val(prop) \ -phyType $val(netif) \ -chann..." (fi

[ns] [Help] Error : problem of Iinvalid command name "Agent/GPSRAgent"

2011-08-08 Thread Nan Zhao
Hi all, I'd like implemente GPSR in the ns-2.30 and do some test. First step: change the files below: packet.h ns-packet.tcl cmu-trace.cc priqueue.cc ns-default.tcl and ns-2.30's Makefile Then delete the file packet.o touch packet.h make clean make The result shows success. But when I did the

Re: [ns] help : error

2007-11-28 Thread Mohammed Abu Hajar
s@ISI.EDU Sent: Wednesday, November 28, 2007 1:04:55 AM Subject: [ns] help : error Hello, can anyone help me for this error message ns: finish: awk: syntax error near line 1 awk: bailing out near line 1 while executing "exec awk -f f0.awk out.tr > t0.xgr" (procedure "finis

[ns] help : error

2007-11-27 Thread loussayef marouane
Hello, can anyone help me for this error message ns: finish: awk: syntax error near line 1 awk: bailing out near line 1 while executing "exec awk -f f0.awk out.tr > t0.xgr" (procedure "finish" line 7) invoked from within "finish" Thanks __

[ns] Help Error Module in 802.11

2007-08-17 Thread Bahman Kalantari Sabet
Hi, Does anyone know why the following situation happens. ( Topology: node_(0) >>> node_(1) >>> node_(2) ) I set the error rate to more than 5%, then all packets heading from node_(0) to node_(1) get dropped! (packets from node_(1) to node_(2) are fine, and they go with the defined error

Re: [ns] Help: error when using node generated by create_topology in NS format

2007-06-10 Thread Filippos Kolovos
wrote: > > > -- Forwarded message -- > From: "khodor abboud" <[EMAIL PROTECTED]> > To: ns-users@ISI.EDU > Date: Fri, 08 Jun 2007 17:05:10 +0200 > Subject: [ns] Help: error when using node generated by create_topology in > NS format > > > He

[ns] Help: error when using node generated by create_topology in NS format

2007-06-08 Thread khodor abboud
Hello evry Body, I am using the NS format generated by brite. when i try to use the node generated by the procedure create_topology (for monotoring per example), i have this error : // can't read "n(3)": no such variable while executing "$ns monitor-queue create_topology.$n(3) $n(6) """

[ns] Help: error when using node generated by create_topology

2007-06-07 Thread khodor abboud
Hello evry Body, I am using the NS format generated by brite. when i try to use the node generated by the procedure create_topology (for monotoring per example), i have this error // can't read "n(3)": no such variable while executing "$ns monitor-queue create_topology.$n(3) $n(6) """

Re: [ns] Help: error when compiling NS format

2007-06-06 Thread caijie
proc create_topology{} { proc create_topology {} { line1 is what you wrote in your tcl, and maybe you'd like to try line2. See? there's a space between the "topology" and "{" wish you good luck CaiJie

[ns] Help: error when compiling NS format

2007-06-06 Thread khodor abboud
Hello evry body, When i am running the NS format of BRITE, set ns [new Simulator] //set na [open result.tr w] set nf [open result.nam w] $ns trace-all $na $ns namtrace-all $nf proc create_topology{} { global ns #nodes: set num_node 10 for {set i 0} {$i

[ns] Help: error "Scheduler: Event UID not valid!"

2007-05-05 Thread dorababu
Hi, i already sent this mail yesterday, if any body knows something about it, plz reply.It will be very helpful for my thesis. thank you . i am trying for QOS extention in aodv protocol. I changed the protocol > according to that, and i compile the qaodv protocol by using make co

[ns] Help: error "Scheduler: Event UID not valid!"

2007-05-04 Thread dorababu
Hi, i am trying for QOS extention in aodv protocol. I changed the protocol according to that, and i compile the qaodv protocol by using make command. It is giving no error,it succesfuly executed. But when i try to use this protocol in the examples or in my tcl file it is giving following e

Re: [ns] Help error: code omitted...

2007-03-05 Thread [EMAIL PROTECTED]
Hi I have found the problem: there was evidently a "}" outside place in a tcl file in ns-2.29/tcl/lib that I had modified. After correcting the error I have recompiled ns ("make clean, make depend, make") By -- Mutui da 200.000 euro? Tassi

[ns] Help error: code omitted...

2007-03-05 Thread [EMAIL PROTECTED]
Hi all, Please, someone of you can tell me something about this error: ns: [code omitted because of length] : invalid command name "}" while executing "}" it's generated during whichever tcl execution! Best regards! -- Mutui da 200

[ns] help-Error when compiling ns-2 code for roundom trip mobility model

2006-09-26 Thread h sh
hi I want simulation the AD-Hoc algorithms ( DSDV , DSR , AODV , TORA ) by using ns-2 . When compiling ns-2 code for roundom trip mobility model under cygwin on windows XP. I get following error : intersection.cc In member function ' int CityIntersections::extractMin': inte

[ns] help error ~ns-2.29/tc/ex/swp.tcl

2006-08-16 Thread STP
Hi all, swp.tcl contains "source timer.tcl" timer.tcl is not found in ~ns-2.29/tcl/ex/ directory. I copied from ~ns-2.29/tc/mcast/ directory. swp.tcl gets into indefinite looping and cpu at 90% Please, help me how to work and expand in ~ns-2/29/tcl/ex/ directory. thanks in advance,

Re: [ns] Help - Error Segmentation fault with RSVP-TE module

2006-08-13 Thread Lee Begg
Is this the patch from Ideo-labs/Ilmenau University of Technology? I found some bugs in their patch that resulted in Segmentation faults, mostly in the explicit path functions. Ideo-labs has a forum you can post in, and see if someone else has fixed it. Otherwise, we need more information. Re

[ns] Help - Error Segmentation fault with RSVP-TE module

2006-08-12 Thread Paulo Cezar Soares
Hi NS users, I'm try using the RSVP-TE module on NS-2.26 I am doing some simulations in a small network: Nodo 0--LSR1--LSR2--LSR3--Nodo 4 But when I try to compile it, I have the follow error: "linux:/build/ns-allinone-2.26/ns-2.26 # ./ns rsvpte.tcl 2 PATH EVENT at 0.111 : SID: 0 RATE: 4

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

2006-06-21 Thread Pedro Vale Estrela
age- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of balraj karthikeyan > Sent: quinta-feira, 22 de Junho de 2006 5:53 > To: ns-users@ISI.EDU > Subject: [ns] [help] error: input line too long > > > Hi ns users > I got a code for watchdog and pathra

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

2006-06-21 Thread balraj karthikeyan
Hi ns users I got a code for watchdog and pathrater protocol I am trying to validate it. I rectified numerous errors and finally I am getting a single error as follows The input line is too long. make.exe: *** [Watchdog.exe] Error 255 Execution terminated help me to debug the above er