[ns] Dynamic Queue

2006-06-26 Thread Rami .Z.
is there a way to make the queue-type dynamic? the queue size? the idea is to change the queue type while the animation is running _ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.cli

[ns] Most realistic TCP to use

2006-06-26 Thread Ethan Giordano
In attempting to evaluate different queuing strategies, I wanted to know what TCP variant is most frequently used in simulations? I am currently using TCP-NewReno. Is the FullTCP implementation more robust or accurate? Thanks, ~Ethan M Giordano University of Delaware

[ns] Forwarding packets to an adjacent node

2006-06-26 Thread Nicholas Loulloudes
Hello, I have three nodes in ns2 (n0-n1-n2). n0 is connected to n1 and n1 is connected to n2. I have created a UDP agent on n0 and a UDP sink on n1 to send some packets. Is there a way the packets received from n1 to be forwarded to n2??? I don't want to connect n0 to n2just only forward p

[ns] TEEN routing protocol for ns2 under CYGWIN

2006-06-26 Thread ankit singhal
Hi everyone, I'm an undergraduate student from the Indian Institute of Technology Kharagpur, and I need to simulate a wireless sensor networks protocol using ns2. I need to simulate a variation of the APTEEN protocol under the CYGWIN environment in Windows on ns2.29. Has anyone implemented the T

[ns] Can I get the transmission rate of a flow in any packet header?

2006-06-26 Thread Xiaolin Cheng
Dear all, If I know the flow ID, can I get its transmission rate at a particular node from some packet header, or I have to compute it based on the packet size and transmission time? Thanks much for your help. Xiaolin

[ns] Two way communication through base station problem.

2006-06-26 Thread Varrian Hall
Hello, My scenario is similar to wireless2.tcl where a wired node communicates to wireless nodes via a base station(BS). I'm using a UDPmm agent, a slightly modified udp for multimedia, that's attached to both source(wired node) and destination(wireless node). The problem is when (1) sending

[ns] Applying Saved Layout in Nam

2006-06-26 Thread Nicholas Loulloudes
Hello, I have created a topology in ns2 and adjusted it's layout in NAM as it suits me. I have now saved this layout in nam using the Save Layout function provided. Is it possible to apply this specific layout to the respective tcl file everytime i am loading it ??? Regards, -- Nicholas Loullo

Re: [ns] nobody answer me about mipv6?

2006-06-26 Thread Matthew Jakeman
Hi erwin, http://www.ti-wmc.nl/mobiwan2/ Mobiwan is the most commonly used implementation of MIPv6 for ns2 as far as I know. Hope this helps Matt On Monday 26 June 2006 07:07, erwin budi wrote: > do anyone had simulated mipv6 on ns?would you give me > some references about it?because my work

[ns] IP Header Compression

2006-06-26 Thread Matthew Jakeman
Hi all, I am wondering if any form of IP header compression has been implemented for ns and if so where i can find examples of it. I have noticed there seems to be several references to IP HC in random papers but I can't find any examples of it, any help would be appreciated! Cheers Matt

[ns] Verbose simulation errors

2006-06-26 Thread Marco Fiore
Hi, some days ago (probably after a recompile, but I am not sure about that), my installation of ns-2 became 'mute' in presence of errors. That is, previously it exited saying 'Segmentation fault', or printing something like (just an example!): --

[ns] about cygwin

2006-06-26 Thread Muhammad Azam Akram
hi cygwin is already installed on my computer, i installed it again for update cygwin under my window login. i kept all the default setting. at the end of installation when it complete 99%, it stop to further process and continue to shoe the status as Running... No Package /ect/po

Re: [ns] Ns-users Digest, Vol 30, Issue 26

2006-06-26 Thread s. gazal
hi everybody, I'm searching ns-2 simulation models of the IEEE 802.16 mac and phy layers may you help me please ? sahar >From: [EMAIL PROTECTED] >Reply-To: ns-users@ISI.EDU >To: ns-users@ISI.EDU >Subject: Ns-users Digest, Vol 30, Issue 26 >Date: Sun, 25 Jun 2006 17:00:03 -0700 > >Send Ns-us

[ns] Energy Mode On/Off

2006-06-26 Thread Itxaso Pérez
Hi: I have been playing around with: … $ns_ at 0.0 “node_(4) off” … And we have found out that this instruction turns the energy model of the node on/off keeping the previous node state. I would like to know what does the node do when is off (red colour) does it receive messages? Does i

Re: [ns] TCL variable substitution problem

2006-06-26 Thread Gilles Bertrand
I am not sure if you included the ns-users list in copy of your interesting comments. I therefore forward it, for security. Gilles 2006/6/26, Nicholas Loulloudes <[EMAIL PROTECTED]>: > > Hello Gilles, > > thank you for the response and help. It has been clear enough to help me > understand. > >

[ns] Nodes On/Off

2006-06-26 Thread Itxaso Pérez
_ De: Itxaso Pérez [mailto:[EMAIL PROTECTED] Enviado el: lunes, 26 de junio de 2006 11:04 Para: 'ns-users@isi.edu' Asunto: Hello: I´m trying to make a new module for ns2 v.29. I need to turn ON-OFF the nodes of the network. I have done many simulations and probes, and I do

[ns] Help Monitoring queue values

2006-06-26 Thread Armando Garcia B.
Hi All. I'm trying to simulate a system to get the values periodically of a RED queue (ave_, curvq), this from a UDP agent. I need to pass these values from tcl script to c++ code. This is he simulation Agent 1Agent 2 Agent 3 0---0

[ns] Lets collaborate all DDoS reasearchers

2006-06-26 Thread Kshtiz Manak
 Dear friends please respond if u are working in DDoS, so that we can do better in our work . Kshtiz Manak Research scholar

[ns] nobody answer me about mipv6?

2006-06-26 Thread erwin budi
do anyone had simulated mipv6 on ns?would you give me some references about it?because my work is unsuccessful.Thanks regards, erwin __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[ns] help on obtaining flow id from packet header

2006-06-26 Thread Xiaolin Cheng
Dear all, I am wondering how I can get the flow ID of a packet. I checked the IP header and found /* IPv6 */ intfid_;/* flow id */ intprio_; It says IPv6. Can I use it as the flow ID for a particular packet in my simulation with 802.11? If no, where can I find