[ns] how to use PriQueue

2005-12-21 Thread Kamal Gakhar

Can anyone provide a link OR an example on how to use PriQueue (Priority
Queueing)? What should be done more in addition to specify DropTail/PriQueue
while setting up a link? As I suppose I need to set-up some parameters for
settiing priorities for different traffic types, Do I..?? How can I do it??

--
Kamal


Re: [ns] lost and dropped packets

2005-12-27 Thread Kamal Gakhar

any consideration to distance between nodes..??

On 27 Dec 2005 04:16:07 -, cp kothari [EMAIL PROTECTED] wrote:



 while simulating wireless network using AODV and DSR protocol for 3 nodes
 i am getting lost packets of the order ~1000 packets out of total ~5000
 packets transmitted. what could be the reason?
secondly packets are being dropped at the source node itself despite
 increasing IFQ to ~1000. any answers?

 ...kothari...




--
Kamal


Re: [ns] Makefile:233: *** commands commence before first target. Stop.

2005-12-28 Thread Kamal Gakhar

though not familiar with this paper's detail or code it seems to me a
configuration problem. check out path etc. and also source code (whether
written for earlier or later versions). did you need to install their piece
of code, if yes, then using it directly on an ns already on ur system might
not be feasible.
good luck.

On 28 Dec 2005 08:54:09 -, Amita Singh [EMAIL PROTECTED] wrote:


 Hi all!
 when I execute make in ns-2.26 in order to implement the paper
 Implementing a new manet unicast routing protocol using ns2 I get the
 following error:
 Makefile:233: *** commands commence before first target.  Stop.
 What should I do to remove this error?
 Please help.
 Amita




--
Kamal


Re: [ns] Defining queing mechanisms

2006-01-11 Thread Kamal Gakhar

Chech this page on Sally's RED. Let me know if it helped:

http://www.icir.org/floyd/red.html#parameters

On 1/11/06, #LIM XIAOWEI# [EMAIL PROTECTED] wrote:


 Hi!

 In order to implement queue mechanisms, i understand we can define it in
 when we define the links such as

 $ns simplex-link node0 node1 bandwidth delay queue_type

 If i want to implement RED queue mechanisms, what should i write in queue_
 type?
 $ns simplex-link node0 node1 bandwidth delay RED??

 Regards,
 zoe




--
Kamal


[ns] EDF in ns2..??

2006-01-11 Thread Kamal Gakhar

Does anyone has any idea if EDF module for ns2 had been contibuted..??

--
Kamal


[ns] Fwd: help needed flow monitoring

2006-02-05 Thread Kamal Gakhar

 1. how do i interpret the per flow trace file?


It depends what performance parameters you ld like to look at. So first
check that. Once done, approach packet by packet, read notes  Eitan Altman's
notes on ns2 on how to use trace files. (how to extract useful
interepretation).

2. how do i make a study of the service time recieved by each flow? im using
 a FIFO discipline


well better  check packets.. and thus flow's arrival time at a node and then
at what time its departed.. be careful abt the kind of distribution u use.
good lucK

thanks

 --
 keep mailing
 urs
 @ditya




--
Kamal

--
Kamal


Re: [ns] how to use xgraph

2006-02-08 Thread Kamal Gakhar

plz look at ns2 tutorial by Eitan Altman.

On 2/8/06, minaxi rawat [EMAIL PROTECTED] wrote:


 hello
   when i am trasmiting the data,trace file is generate,how we collect the
 relible data to the trace file and how  we implement  thatv to the xgraph.
 please help me.


 -
 Jiyo cricket on Yahoo! India cricket
 Yahoo! Messenger Mobile Stay in touch with your buddies all the time.




--
Kamal


Re: [ns] segmentation fault

2006-02-08 Thread Kamal Gakhar

try to see if you have memory limits on your  system.

On 2/8/06, anitha selvarasu [EMAIL PROTECTED] wrote:


 Hi all,
I am Anitha doing graduation in India. Currently I
 am working with ns2 for my project.
I followed Marc's tutorial and everything works
 till
 wireless. I am not able to run any wireless
 simulation.When I run I get following message:

 num_nodes is set 2
 warning: Please use -channel as shown in
 tcl/ex/wireless-mitf.tcl
 DSDV elegido
 DSDV elegido
 Starting Simulation...
 Segmentation fault

 When I changed the channel definition  I am getting:

 DSDV elegido
 DSDV elegido
 Starting Simulation...
 Segmentation fault

 I am using ns2-2.27allinone version and I tried with
 ns2-2.1b also but getting same problem. I checked with
 ns2 users mailing list and I noticed the same problem
 stated there but I could not get solution. I am in
 need of the solution immediately.

 Thanks,
 Anitha.



 __
 Yahoo! India Matrimony: Find your partner now. Go to
 http://yahoo.shaadi.com




--
Kamal


Re: [ns] how to record number of packets arrived within a time period in tcp

2006-03-11 Thread Kamal Gakhar

just look at (either last or second last) parameter in the trace file and
you know the number of packets arrived at the destination. Dont forget to
check that it's +r on destination side.

On 3/10/06, Kavi priya K [EMAIL PROTECTED] wrote:


 Hai all,
I have to record number of TCP packets arrived within certain
 time period say 1 sec and plot a graph out of it. How do I trace tcp packet
 arrivals in sink. Is there any  parameters , like npkts_ in LossMonitor
 agent.

   Thanks.


 -
 Jiyo cricket on Yahoo! India cricket
 Yahoo! Messenger Mobile Stay in touch with your buddies all the time.




--
Kamal