Re: [ns] Please Help

2011-08-17 Thread akwhale
I am trying to implement the multicasting protocols in the Ns 2.18b-mcast thats why i am trying to use the Ns 2.18b. Please do u know anything on how to implement the multicasting protocols. i am trying to implement the ODMRP and the ADMR protocols. What do u think i can do or what can i do to us

Re: [ns] Please Help

2011-08-17 Thread Imran khan
Hi, Get ns2 version 2.34, 2.1b is ancient, it wont work easily. -- Best Regards, Imran Khan Research Engineer Network and Service Architecture Lab Institute Telecom, Telecom SudParis, CNRS Lab UMR5157 9 rue Charles Fourier, 91011 Evry, France +33 (0) 6 10 91 00 63 http://www.about.me/imr

Re: [ns] Please Help

2011-08-17 Thread akwhale
Thanks alot for your reply. i am using ubuntu 10.04 and the NS2 version is the NS 2.1b8. Thanks. Imran khan-9 wrote: > > > Hi, > > which OS and NS2 version you are using? > -- > > Best Regards, > > Imran Khan > > Research Engineer > > Network and Service Architecture Lab > > Institut

Re: [ns] Please Help

2011-08-17 Thread Imran khan
Hi, which OS and NS2 version you are using? -- Best Regards, Imran Khan Research Engineer Network and Service Architecture Lab Institute Telecom, Telecom SudParis, CNRS Lab UMR5157 9 rue Charles Fourier, 91011 Evry, France +33 (0) 6 10 91 00 63 http://www.about.me/imrankhan1984 On Wed,

Re: [ns] please help .. "*** NOTE: no connection pattern specified."

2011-08-14 Thread Yasir Saleem
Dear, This error occurs when you specify an external file to read from tcl script. I think that either you have given the wrong path of your file or you have done any spelling mistake. Recheck this. Furthurmore if "setdest" is you movement pattern file and you are using " ./setdest " then you mus

Re: [ns] Please help me with this error

2011-06-03 Thread Ghofrane
Hi, After adding a new protocol, you should type make than you should type make install as a root. If you do so, you won't have this error. From: N_F To: ns-users@ISI.EDU Sent: Friday, June 3, 2011 10:24 AM Subject: [ns] Please help me with this error Hi al

Re: [ns] please help me | OK

2009-12-02 Thread Mohammed AbuHajar
Dear Mr.  Wei, I think yes. This awk script for DSR routing protocol mainly. For other protocols like AODV, Tora you need to do some modification like changing ( $35 =="DSR") to the destination protocol like AODV if you simulate AODV ). To do the correct changes and modifications,  I advise yo

Re: [ns] please help me

2009-12-01 Thread Mohammed AbuHajar
Its very easy. just learn how to draw graph in MatLab. It's will take 15 minutes only, try to learn how to plot more than graph in the same graph. http://web.cecs.pdx.edu/~gerry/MATLAB/plotting/linePlots.html http://www.mathworks.com/access/helpdesk/help/techdoc/ref/plot.html http://www.caspur.it

Re: [ns] Please Help

2009-09-23 Thread Teerawat Issariyakul
Hi, You may run "make" again from NS2 directory. It will create ns.exe. Best Regards, Teerawat On 9/22/2009, "Sula K" wrote: > >Daer my brothers, > >in ns 2  I did rm ns.exe instead rm nam.exe , > >after that when  iexcuted the following problem come out on the screen? > >u...@user-cfab0b1f5

Re: [ns] Please help me I want tio monitor queue size on lan

2009-06-11 Thread Prince Kaweta
Hi all, I am trying to measure the average queue delays over all the nodes in an ethernet setup under ns. Since the ethernet setup is not a typical link to link setup but a shared medium one, how should I be measuring the queue delays ? thanks for any help, Prince

Re: [ns] Please help me, I want to count the number of packet, that the intermediate node recieved.

2009-05-28 Thread obaid abbasi
/ >/ > Node2__/ > Thanks Ubaid, againt. > > === > Nguyen Tan Cam > > HCMUS > === > > > > --- On Thu, 5/28/09, obaid abbasi wrote: > > > From: obaid abbasi > > Subject: Re: [ns]

Re: [ns] Please help me, I want to count the number of packet, that the intermediate node recieved.

2009-05-26 Thread Vincent Chimaobi Emeakaroha
hi all traffic are logged in the trace file. Each node created has a unique ID and the packet seen by this node is logged with the node unique ID in the trace file. So you could use an awk script to count the number of packets seen on Node3 greetings tan cam wrote: > > Hi everyone, > I have t

Re: [ns] Please help me to solve my issue in ns2

2008-10-18 Thread Daniel Dekst
Hi, I don't think you want to classify packets in mac layer. Instead, you want your packets to be submitted to aodv. Thus, in aodv.cc, you need to identify your packets in AODV::recv(Packet *p). In fact, as you know, all packets first arrive at such a recv function in any layer. So if you

Re: [ns] Please Help for "invalid command Agent"

2008-07-30 Thread nvd
Follow the link as below. It might help you. http://www.geocities.com/naveedguy/NS2_problem_1.html http://www.geocities.com/naveedguy/NS2_problem_1.html -- View this message in context: http://www.nabble.com/Please-Help-for-%22invalid-command-Agent%22-tp9200745p18684440.html Sent from the ns-

Re: [ns] please help me to install IEEE 802.11e HCCA.

2007-08-15 Thread jorbustos1
Hi BJ To make the number 4 of process you should make the following: you should save the patch in a file archive for example into the /home and then you go to the terminal and executing the following command: cd /home/ns-allinone-2.29/ns-2.29 when you make this, you enter to working director

Re: [ns] please help me , i m getting error when i introduce new packet, have tried all possibilities

2007-05-30 Thread sri_seeta_ram
modify cmutrace.cc mahi kapoor wrote: > > > > hello everyone > i have introduced a new packet checkloop in maodv but when i run a tcl > script > regarding maodv getting error > format_aodv:invalid AODV packet type > also i have done a little change in mact pkt. format. > i m atta

Re: [ns] Please help me

2007-03-20 Thread Pedro Vale Estrela
Normally you want to do the opposite: cal otcl in c++ and get the returned string. For that you should use the macros in my file ns_utils.cc http://tagus.inesc-id.pt/~pestrela/ns2/contributed_code.html#_Toc147652229 eg: TCL_EVALF("%s some_instproc %d", name(), MH_iaddr); assert(

Re: [ns] Please help me with IDE

2006-07-05 Thread Hai Nam
On 7/5/06, Antonella Santovito <[EMAIL PROTECTED]> wrote: > > Hello, > I'm new to use ns2, so I'm using Eclipse IDE with CDT plugin in order to > have a graphical support for writing the code(I have find another faq about > this topic), but I'm not able to create a project because I don't know whi

Re: [ns] please help

2006-05-16 Thread Yahia saleh
On 5/16/06, Yahia saleh <[EMAIL PROTECTED]> wrote: > > hi, guys > I need to know the way for computing pause time, since i read many > publication using it, i guess some one of you know about it > your help very appreciated > >

Re: [ns] please help in ODMRP

2006-05-07 Thread Dhammika Pathirana
Hi Pooja, This is because mcast_totals... script try to parse trace outputs differently, Change the parse format from if($LINE =~ / --- \[(\W*)(\d*):(\W*)(\d*) (\d+):(\d+) (\d+) (\d+)\] \[(\d+)\] (\d+) (\d+) (\S+)/o) { to following if($LINE =~ / --- \[(\d*):(\d*) (\d+):(\d+) (\d+) (\d+)\]

Re: [ns] please help: problem with routing table ????

2006-03-08 Thread Kanthi
One way to print routing table in aodv in ns-2.28 would be the following.. (Assuming you have basic familiarity with C++ and any general routing table structure) 1. Declare a function - rt_display(int node_id) as a member of class aodv_rtable (in file aodv_rtable.h) node_id is an argument which y

Re: [ns] Please help : Probelm in AODV protocol

2006-02-03 Thread Hailun Tan
Check ns/tcl/lib/ns-lib.tcl... you will find out where this error message comes from and how to fix it!! > > Hi everybody >I am doing modifications to AODV protocol. I have added new packet > types along with AODV_HELLO, AODV_RREQ etc... when I am sending a packet, > I > am receiving an