[ns] how to interpret file output setdest for to generate graphs of simulation

2009-04-09 Thread Gisane Michelon
I need to demonstrate trough graphs the rate of delivery of protocols AODV and DSR (x axis of graphs) compared with  pause time (y axis of graphs) generate by commands setdest. How I make this? I already have the output of setdest but I don't know to interpret. Thanks.

Re: [ns] adding new protocol/agent

2009-04-15 Thread Gisane Michelon
you can try this link: http://docs.google.com/gview?a=v&attid=0.1&thid=11e4900e18211c83&mt=application%2Fpdf&pli=1 -- Gisane

[ns] example simulation static wireless

2009-04-16 Thread Gisane Michelon
Somedoby has um simple example of simulation static wireless network ? Already tried very but didn't find. Ane

Re: [ns] example simulation static wireless

2009-04-16 Thread Gisane Michelon
> Luís > > On Thu, Apr 16, 2009 at 2:02 PM, Gisane Michelon wrote: >> >> Somedoby has um simple example of simulation static wireless network ? >> Already tried very but didn't find. >> Ane >> > > -- Gisane A. Michelon Prof. Ms. Assistente A Departamento de Ciência da Computação - DECOMP Universidade Estadual do Centro-Oeste - UNICENTRO

Re: [ns] example simulation static wireless

2009-04-17 Thread Gisane Michelon
       $ns_ initial_node_pos $node_($i) 20 > > The above line of code is to be the last line of code in the for loop you > have shown here in your email. > > Sincerely, > > Mark > > -Original Message- > From: ns-users-boun...@isi.edu [mailto:ns-users-boun...@isi.ed

[ns] how to send a message a node to another node?

2009-04-21 Thread Gisane Michelon
I am work the ping protocol e I have that to send a specifies message a node to another node, how do I that? Ane

[ns] send a message(ack) according with message receive

2009-04-24 Thread Gisane Michelon
I need to make a application (ping- it part is ready) that to communicate with protocol TCP and to send message an node to another. In receptor to make a analysis and send a message(ack) according with message receive. I would like a example. thanks

Re: [ns] How to add a new or modify existing protocols in NS2.32]

2009-04-26 Thread Gisane Michelon
You should read the topics VII A new protocol for ns http://www.isi.edu/nsnam/ns/tutorial/ and I am sending a file about this. Ane

[ns] to pass message class application to agent

2009-04-28 Thread Gisane Michelon
Somebody has a example how to pass a message of class application to agent Ping? How I do this? thanks Ane

[ns] Fwd: Segmentation fault

2009-06-10 Thread Gisane Michelon
do you using DSR agent? if true, chance the queue to CMUPriQueue Gisane A. Michelon

[ns] add new protocol: error while executed ns tar6.tcl

2009-06-14 Thread Gisane Michelon
I create an new protocol to test and do the alteration in files necessary, after compiled with ./configure, make clean, make, but where I execute 'ns tar6.tcl' occurs the following error: num_nodes is set 24 (_o14 cmd line 1) invoked from within "_o14 cmd addr" invoked from within "cat

Re: [ns] Adding a new agent

2009-07-12 Thread Gisane Michelon
you shoud be read the chapter VII. A new protocol for ns ( http://www.isi.edu/nsnam/ns/tutorial/) and the file attached -- Gisane

[ns] error: fault segmentation

2010-06-19 Thread Gisane Michelon
I am trying add new routing protocol, but occurs the following error: fault segmentation. I put print in my agent.cc and see that the error occurs this part: int myAgent::command(int argc, const char*const* argv){ Tcl& tcl = Tcl::instance(); if (argc == 3) { Packet* pkt = allocpkt(); hdr_ip