Re: [ns] Traffic generation

2011-02-23 Thread S.Ziaee
Hi mahsa Did you see section 12 of ns manualnamed "Packet Headers and Formats" ? On Thu, Feb 24, 2011 at 8:20 AM, mahsa moazeni wrote: > > Hi everybody > > I am running NS2-2.31 on ubuntu > If I want to send my own packet I mean NS2 read from a f

[ns] Traffic generation

2011-02-23 Thread mahsa moazeni
Hi everybody I am running NS2-2.31 on ubuntu If I want to send my own packet I mean NS2 read from a file and send data from that file ,how can I do this ?? it should be like a tracefile ?? please help me

[ns] Regarding Project

2011-02-23 Thread Selvakumar
Anyone know how implement any one of reactive Routing algorithm in NS2. am new to NS2. don't know how to start

Re: [ns] Fwd: [Help] About configure snoop protocol in wired-cum-wireless architecture

2011-02-23 Thread chaaru
i ve got the same problem when implementing snoop in wired cum wireless network.Could u tel me if u found out a solution to the problem? AS-SUNDAIS wrote: > > > Dear all, > > I want to asking how to configure script in ns-2, if we wanna implement's > snoop agent at link layer in ns-2's wire

[ns] break at certain packet

2011-02-23 Thread Ahmad
Hi all, How can I breakpoint at a certain packet sequence number ? If there is an alternative Id to break at , the please let me know how to break at it. I need to start tracing the classifier at the packet with sequence number 667 for example, how do I go about that? Thank you all

[ns] bandwidth and delay constraint in ns2

2011-02-23 Thread valliammai Vairavan
hi       I want to check the bandwidth and delay constraint in ns2 to find the best efficient path for multicast routing?? is this possible?? and how can we set and check the bandwidth and delay?? plz rply..i m in need of ur help  Valli

[ns] Sending AppData across ns-2

2011-02-23 Thread Simon Gammon
All I'm trying to send and AppData object in a packet across ns-2 via an Agent and then pass the result back up to the Application. I know that I am sending the right data, however when the packet is caught in the 'recv' function, the AppData object is NULL. Does anyone know if there is anything

[ns] NO ONE REPLIED "Need Help respect to Parallel TCP Streams for one flow"

2011-02-23 Thread Habib Ahmed Bhutto
Hi All, I have posted same question before a few days ago, but no one replied me. I am posting it again, kindly please help me. I am trying to run Parallel Streams for one flow in NS-2, I want to analyse CUBIC TCP Algorithm. And I want to do this in NS-2. I am using NS-2.35. Can you friends help

[ns] Cancel retransmissions

2011-02-23 Thread David Rodenas
Hi all I'm having some packets retransmissions and there are moments where I'd like to cancel the retransmission forever. How can I do that? Thanks a lot David

[ns] CfP: Last Mile | COLLA 2011 || June 19-24, 2011 - Luxembourg

2011-02-23 Thread Jaime Lloret Mauri
INVITATION: = Note that the submission deadline has been extended to February 28, 2011. Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results. = == COLLA

Re: [ns] How do I calculate the node utilization?

2011-02-23 Thread Fivos.K
make an awk script that takes from the trace file all the packets received by node A and compare that number to the number of all the packets received by another node Ahmad-23 wrote: > > > Hi all, > Trying one more time just incase. Anyone can suggest a way (through code > or > analyzing tra