[ns] which functions are called in backened of tcl script

2007-04-26 Thread Anuradha Sehgal
hello Is there any tutorial or any other document available, that can tell which functions are called in backend when we run tcl script commands in ns2. Thanks -- Anuradha Sehgal

[ns] What is the relevance of ARSTable in DSR

2007-04-26 Thread jaya yeruva
Hello all, I am using ns2.29. Can anybody tell me what is ARSTable and why it is used in DSR. Thanks in advance, Jaya.

[ns] question on NS2 agent.tcl

2007-04-26 Thread Celina Wang
Hi, all: I knew NS2 provided a set of default .tcl files located in /tcl directory. One of them is called ns_agent.tcl. Sometimes we need to add our own defined agent such as OLSR. And we did so already. Then I run ns2 but it complains the error such as : invalid command name Agent/OLSR

[ns] effective value of statics variable

2007-04-26 Thread Elena
Hi ns-users, in my script check a bit rate of 54Mbps and a frequency 5GHz. how to verify if really these formulations are respected? $phy_a set freq_ 5.0e+9 ;#5Ghz $mac_a set dataRate_ 54.0e+6 ;# 54Mbps in the file trace there aren't this type of

[ns] mac address 48 bit or 32 bit in ns?

2007-04-26 Thread Kan Chen
Hi all, the 802.11 header dst address dh_ra[ETHER_ADDR_LEN] is 48 bit ,but in the hdr_dst() function use STORE4BYTE(dst, (dh-dh_ra)),only 32 bit.I don't know why the ns use 32 bit. Does anyone know? Thanks, Kan

[ns] problem with debugger

2007-04-26 Thread juan manuel gomez garcia
Hi ns-Users: Recently I install the debugger in my system following the Tae-hyung Kim manual. All run ok. But when I changed a file, for example, p802_15_4mac.cc and then do 'make clean', 'make'; I dont see the changes. Why? The gdb say me: warning: Source file is more recent than executable.

[ns] help !!! NS2 extension package that supports static routing ???

2007-04-26 Thread tdinhtoan
hi, I am looking for an NS2 extension package that supports static routing (i.e. used in tree-based wireless mesh networks). Is there anyone extending NS2 to support static routing? If you have, could you please provide me the package (source code). I know one such extension:

Re: [ns] problem with debugger

2007-04-26 Thread Timo Reimann
juan manuel gomez garcia wrote: Recently I install the debugger in my system following the Tae-hyung Kim manual. All run ok. But when I changed a file, for example, p802_15_4mac.cc and then do 'make clean', 'make'; I dont see the changes. Why? The gdb say me: warning: Source file is more

[ns] compute RTT

2007-04-26 Thread mberroua
hello can some one tell me a procedure to compute the round trip time thanks in advance

Re: [ns] compute RTT

2007-04-26 Thread Timo Reimann
[EMAIL PROTECTED] wrote: can some one tell me a procedure to compute the round trip time thanks in advance It's in the mailinglist archives. --Timo

[ns] Fw: setting packet size

2007-04-26 Thread paul yoong
- Forwarded Message From: paul yoong [EMAIL PROTECTED] To: ns-users@isi.edu Sent: Thursday, 26 April, 2007 6:43:52 PM Subject: setting packet size Hi all, I have a network and am trying to set the packet size of my TCP packets. I'm a bit confused because I have a CBR attached to my

[ns] Adding timer to a class in .cc file

2007-04-26 Thread manpreet grewal
Hello, I want to add a timer to a particular class (toraAgent) in a .cc file (tora.cc) file and activate the time for particulat if statement please tell me how to do this??? I am reffering the following link:---(page 8, section B, of the in the pdf file)

Re: [ns] help !!! NS2 extension package that supports static routing ???

2007-04-26 Thread Nguyen Lan
Hello, Try with NOAH http://icapeople.epfl.ch/widmer/uwb/ns-2/noah/index.html Cheers, Nguyen tdinhtoan wrote: hi, I am looking for an NS2 extension package that supports static routing (i.e. used in tree-based wireless mesh networks). Is there anyone extending NS2 to support static