[ns] A question about .tr file

2007-05-02 Thread Andrew Han
Hello everyone, We are doing a very complex experiment,and we find the .tr file is too large.However, we only want to monitor the packets forwarded in a particular link,is there any way to implement the idea?Any suggestion will be greatly appreciated. Thanks in advanced!

[ns] How to access mac layer of each node (other MACs than 802-11)

2007-05-02 Thread Sourabh Bora
Hi, I am presently working on a multihop TDMA mac protocol. I am the bundled TDMA implementation as the base and extending it. While doing so, I need to pass a command to the TDMA mac layer of certain nodes. For 802_11 mac layer, its easy set mac_ [$node_(5) set mac_(0)] $mac_ myCommand ...

[ns] Suitable Kendall notation for UDP CBR flow with finite drop-tail queue

2007-05-02 Thread ben
Hi, I have been following the email thread the synchronization issue for UDP CBR flows. http://mailman.isi.edu/pipermail/ns-users/2006-June/056044.html I am curious in representing the drop-tail queue with finite buffer with Kendall notation. Since it is UDP CBR packets and FIFO scheduling. Fr

Re: [ns] Ns2 with threads

2007-05-02 Thread Daniel Mahrenholz
Hi, Jose M.Herrera schrieb: > A question. > Does they know if Ns2 support threads Usually not - but you can get a version that uses threading internally. The question is for what you need threading? Daniel. -- Dr.-Ing. Daniel Mahrenholz rt-solutions.de GmbH Oberländer Ufer 190a D-50968 Köln

[ns] Agent communication with router Agent

2007-05-02 Thread Artem Polyvyanyy
Hello, I am implementing routing protocol. Now, I need to implement Agents, that attach to node and communicate with the routing agent at the same node. They will send information that should assist routing agents. I have implemented routing agents , and started implementing assisting Agents,

[ns] Ns2 with threads

2007-05-02 Thread Jose M.Herrera
A question. Does they know if Ns2 support threads ? Bye! -- Jose Miguel Herrera M. counter.li.org: #246070 Departamento de Informatica, UTFSM Valparaiso, Chile

[ns] No rule to make -error

2007-05-02 Thread Girma Kassa
Dear All, I wrote a new protocol and try to patch to ns-allinone-2.29. What I did is 1. I wrote the header and source files in C++ 2. I make necessary changes as stated on manuals that I got from internet 3. I changed the make file, i.e. add a line mipbu/mipbu.o\ where mipbu is a folder in ns-2

Re: [ns] AOMDV implementation for ns2.30

2007-05-02 Thread toyota399
Hello Macello, Can you please tell me how did you patch the AOMDV code with the AODV in ns2.3? I would very much appreciate if you can give me some tips on that! :-) Also, I have bumped into problems with low packet delivery ratio of AODV in ns2.30. I have tested the AODV when its link layer d

[ns] NS-2.27+LEACH test failure problem solved

2007-05-02 Thread Ran Ren
The last post of my work log summarized the instructions for implementing LEACH on NS-2.27 on Ubuntu 7.04 operating system. But, I didn't noticed the LEACH test was actually failed due to the error below: invalid command name "Resource/Energy" while executing "Resource/Energy instproc setPara

Re: [ns] regarding sendmsg()

2007-05-02 Thread Timo Reimann
Anuradha wrote: > First of all thanks to Mr. Timo, for his help regarding sendmsg(). It's either Timo or Mr. Reimann. I prefer the former. :) > As I wanted to see the data that i set in the tcl file, I edited the > ../tcl/ex/udpdata.tcl like > > > $ns at 0.1 "$udp0 send 724 Hello1" > $ns at 0.2

Re: [ns] [ns2] vector use in ns2

2007-05-02 Thread Timo Reimann
Jack Yang wrote: >I have a urgent question here. http://www.catb.org/~esr/faqs/smart-questions.html#urgent http://nsnam.isi.edu/nsnam/index.php/Troubleshooting#when_and_how_to_write_to_the_user.27s_mailing-list >When I used the vector in ns2 and declared like this: > >vector ve

[ns] Validate problems with webcache/freebsd; -o and -g

2007-05-02 Thread Ja Maasai
> > am using Cygwin on Win2k professional and after Installing NS-2.31 I got > the following message: > > "some tests in webcache will fail on freebsd when -O is turned > on. This is due to some event reordering, which will disappear when -g is > turned on." > > I have no idea where to debu

[ns] Multiple mobile node simulation using NIST mobile module

2007-05-02 Thread Das Santos Kumar
Dear All, If anybody tested multiple mobile node using NIST mobile module, please help me. The original code for WIMAX-WIFI has been simulated using two mobile nodes. I need to simulate more than two. I tried it by adding one more, but getting segmentation fault. Thank you. Regards, Santos

[ns] Help with array and conversion in tcl!

2007-05-02 Thread barbara battisti
Hello everybody! I need some help about arrays in the tcl language! I have to convert an integer number (num) into a binary number (bit120) of 120 bit. I have to put this binary number into an array of 120 elements. I tried in this way: for {set k 119} {$k <0} {set k [expr $k-1]} {

Re: [ns] AOMDV implementation for ns2.30

2007-05-02 Thread Marcello Caleffi
Hello, I'm working on AOMDV in order to compare with ATR. Currently, I'm patching the AOMDV code with the AODV ns-2.31 one (each single function :-| ). In this way one could compare the results of AOMDV simulations with which of another protocol (say ATR, DART and AODV) implemented in ns-2.3