Re: [ns] SPAN protoccol

2011-03-10 Thread wee liang
Hi all, Anyone know of DSDVprotocol in ns2? I am using this with ns2.34... Can anyone please help me? Regards, weiliang

[ns] dsdv protocol

2011-03-10 Thread wee liang
hi al, does any1 know whatare the steps to add in a new protocoL?

Re: [ns] dsdv protocol

2011-03-10 Thread Mubashir Rehmani
Hi, See this: http://masimum.dif.um.es/nsrt-howto/pdf/nsrt-howto.pdf Best Regards Mubashir Husain Rehmani Lip6/UPMC, Paris, France 2011/3/10 wee liang > > > > hi al, > > does any1 know whatare the steps to add in a new protocoL? > > -- Mubashir Husain Rehmani

Re: [ns] Metric troubles

2011-03-10 Thread Justin
Perhaps I have found an answer for some of my questions below, but most of them are still standing. Here is a snippet I found in an example trace file at: http://www.cs.odu.edu/~mweigle/research/netsim/intro/tracevar.out And here is a snip of what that says: # time srcnode srcport dstnode dstp

[ns] How to introduce an error model between two mobile nodes

2011-03-10 Thread Anuradha Jain
I tried something like this, but it gives me an error. set em [new ErrorModel] $em set enable_ 1 $em unit pkt $em set bandwidth_ 5M $em ranvar [new RandomVariable/Uniform] $em drop-target [new Agent/Null] $ns link-lossmodel $em $node_(0) $node_(1) Where node_(0) and node_(1) are mobile nodes.

[ns] Other Trace variables - T_RTT

2011-03-10 Thread Justin
Hello all, yet again. :) I mentioned in my earlier post about one of my output files only having one line in it (for rtt_). Well, I have tried again with another variable and it also has only one line in it. What's going on? Here's the one line: 0.0 -1 -1 -1 -1 t_rtt_ 0 Here's the

Re: [ns] dsdv protocol

2011-03-10 Thread Manoj_Kumar
Mubashir Rehmani wrote: > > See this: > http://masimum.dif.um.es/nsrt-howto/pdf/nsrt-howto.pdf > This pdf is one the best contributions to the ns world. I feel very thankful for its authors Francisco J. Ros and Pedro M. Ruiz and I also thank Mubashir Rehmani for quoting this pdf. - ---

[ns] help with ns2voip module

2011-03-10 Thread vineeth
Hello, I recently found a ns2voip++ module (http://cng1.iet.unipi.it/wiki/index.php/Ns2voip%2B%2B) for ns2 and I would be needing that module for my research. I am not able to find the proper documentation of this module which describes different functions used in the voip module. If some one

Re: [ns] Ns-users Digest, Vol 86, Issue 20

2011-03-10 Thread marllus lustosa
The resources of google groups are hundreds of better times of what yahoo (nothing personal) > Message: 2 > Date: Sun, 20 Feb 2011 12:19:50 -0800 (PST) > From: Ahmad > Subject: [ns] Why do we have this group? > To: ns-users@isi.edu > Message-ID: <5451.96646...@web33105.mail.mud.yahoo.com> > Co

Re: [ns] NIST MIH module error

2011-03-10 Thread hamzah.z
hi meira how are you i was searching through Google and i found that you had installed ns-2.29 and NIST package i also want to install that and i already did but i cant run any thing with the wimax model i just need to manually install the content of this file " src-prerelease-041707 " i just

[ns] how to install NIST-Mob in sn-2.29 manually .

2011-03-10 Thread zmezm 14
good day everyone , i hope you all having a great time .. dear all you have been very helpful i have a request , i need to install the nist-mob in my ns2 but im using ns-2.29 version so in order to complete the installation in need to configured some files manually and i really don't  know ho

[ns] DSR Routing protocol

2011-03-10 Thread Ramakrishna kilari
hi friends, I am doing my project on Trust management in MANET using NS2. For that i am using DSR as routing protocol. the problem is when two nodes communicating each other they are not using intermediate node to forward the packets. how to make them to use the intermediate node. either i have