[ns] Cross Layer Implementation

2006-04-05 Thread mohamed mydeen
Dear NS2 users, I am doing my project in NS2. I am doing my project in Cross Layer Communication. I don't know how to do coding for implementing Cross Layer. If anyone gives some model coding, it will be definitely useful for further implementing my project. I expect your very bi

[ns] How to set holding time...

2006-04-05 Thread ben
Hi NS users, How do i set holding time in the tcl script? I would be appreciate if someone can provide me with some examples. Thank You, BEn Send instant messages to your online friends http://uk.messenger.yahoo.com

Re: [ns] dsr protocol core dumed

2006-04-05 Thread Sasan Sahraei
make sure you are using CMU priority queue (instead of PriQueue) set val(ifq)CMUPriQueue this is required only for DSR Sasan > > hi all > Please can any bidy help me my problem during the > runinng of the dsr protocol it give a segmentation > fault (core dumed) and exit form the impel

[ns] what do they mean differently? make, make all, make clean, make depend

2006-04-05 Thread Siyui AliOh
i am not sure the difference between the comand of make, make all, make clean, and make depend, can some one write me some about them? im not expert in program in linux, allthough i have looked into the file Makefile.in, i find the parameters of make are very complecated, and so many macro definit

[ns] [Fwd: Re: LEACH problem]

2006-04-05 Thread Sita S. Krishnakumar
Scenario files generally start with a node id. Yours seems to start with the location. Maybe that is the problem? Also, why are yoy specifying the parameters at the command prompt (not that it is incorrect, I have not come across it). On a separate note, where did you get the LEACH implementation

Re: [ns] Question about xgraph

2006-04-05 Thread Sasan Sahraei
If this is cygwin, you caninstall X11 and then you can find it under /usr/X11R6/bin/xgraph Sasan > > Hi all, > I have a trouble with xgraph now. When I run an example from the following > website http://www.isi.edu/nsnam/ns/tutorial/, example 4 about how to > Create > Output files for xgraph, t

[ns] Has anybody experienced problem with DSR?

2006-04-05 Thread Sasan Sahraei
Hi, I am simulating over 50 nodes and with a certain movement and traffic pattern, the flow blow in DSRAgent result in core when setting the routing protocol to DSR: DSRAgent::recv -> DSRAgent::handleForwarding -> DSRAgent::handleFlowforwarding -> DSRAgent::XmitFlowFailureCallback -> DSRAgent::

[ns] Question about xgraph

2006-04-05 Thread Anhs Mai The
Hi all, I have a trouble with xgraph now. When I run an example from the following website http://www.isi.edu/nsnam/ns/tutorial/, example 4 about how to Create Output files for xgraph, this message appeared: $ns example4.tcl ns: finish: couldn't execute "xgraph": so such file or directory while ex

[ns] Implementing New Manet Protocol-help

2006-04-05 Thread saurabh mehta
hi thr, I am implementing Protoname Manet protocol based on tutorial named “ Implementing a new manet unicast routing protocol in ns-2” and getting lots of error for the same. Anyone has implemented the protoname protocol successfully? I would like to have the source code. Thanks in advan

[ns] where is the BaseStationNode class in ns2.29

2006-04-05 Thread Jérome Van der Meerschen
Hi all, I saw in the ns-manual that the base stations have their own class but I can't find it in my files. I'm using ns-allinone-2.29. Can anyone tell me i= s that class has been changed/ relaced and what's the "new" way to manipulate BS ? thanks in advance Jerome

[ns] ODMRP on ns-2.29

2006-04-05 Thread Dhammika Pathirana
Hi All, I am trying to get ODMRP code working in ns-2.29. My tcl script seems to exit without any errors before expiration of the simulation timer. It loads the movement scenarios and initiates joining to the mulicast groups. But then it just exits without any errors. Has anyone else come across

Re: [ns] NS modification in tcl-object.tcl

2006-04-05 Thread Robert Luke
Hi, I think you have to go to the ~ns/tclcl directory and run "make" again to cause the changes in file tcl-object.tcl to be picked up. Hope this helps, -Robert On 4/5/06, 刘巍 <[EMAIL PROTECTED]> wrote: > > > > Hi,ns-users, > > I want to debug my NS program ,so I add some output data in file

[ns] What is the max size of packet we can send as control packet

2006-04-05 Thread jeevesh sharma
HI all, What is the max size of packet we can send as control packet in our routing algo. Thanks in advance. jeevesh kumar - Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch w

[ns] Snoop protocol help

2006-04-05 Thread Tuhin Kanti Sharma
If some1 could tell me the control flow in snoop.cc it would be of real help. Thnx Tuhin

[ns] OLSR nodes with hierarchical addressing

2006-04-05 Thread Mohammad Abdul Awal
Hi OLSR experts, I am trying to use Hierarchical routing for OLSR in NS2. At first, I installed the OOLSR from developed in INRIA. Some part of my script is as follows: set val(nn) 10 ;# nb mobiles $ns node-config -addressType hierarchical AddrParams set domain_num_ 2 lappend cluster_num

[ns] R: make: *** No rule to make target `tcl/lib/noah.tcl', needed by `gen/ns_tcl.cc'. Stop.

2006-04-05 Thread Marco Fiore
Qasim, the error messages you get informs you that the file tcl/lib/noah.tcl could not be find. Check that the path is correct and the file exists. Regards, Marco Fiore >Messaggio originale >Da: [EMAIL PROTECTED] >Data: 4-apr-2006 3.27 PM >A: <[EMAIL PROTECTED] EDU> >Ogg: [ns] make:

[ns] Recording data for plot

2006-04-05 Thread moussaoui djillali
Hello, Please, I need informations about recording data with NS and plot them, and if you have examples of scripts dowing that Thanks - Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appele

[ns] TCP/Taho have strange result in NS2

2006-04-05 Thread qadous
Dear ns-users, I implement the Tahoe in ns2; I got strange values for its throughput. The throughput in the Error rate =0 is less than the throughput in the Error rate =0.01. This is strange and opposite to expectations. the code is below: #Create a simulator object set ns_ [new Simulator] #O

[ns] LEACH problem

2006-04-05 Thread Brajesh Gupta
hi all, i m trying to run LEACH protocol but getting errors in scenario file. can anybody help regarding this . thnx in advance. bash-2.03$ ./ns tcl/ex/wireless.tcl -sc mit/uAMPS/sims/100nodes.txt -rp leach -x 1000 -y 1000 -nn 101 -stop 100 -eq_energy1 -init_energy 2 -filename leach_file -dirnam

[ns] NS modification in tcl-object.tcl

2006-04-05 Thread 刘巍
Hi,ns-users, I want to debug my NS program ,so I add some output data in file tcl-object.tcl,which is located in ns/tclcl/lib.But nothing happened when I run some test program,Why?? Do I need some further modification in NS? any advise is appreciated,thanks a lot 2006-4-5

Re: [ns] more then one CBR connection in a large network

2006-04-05 Thread Semih DOKURER
Hi all; Do you think, is there any difference between this two code. Actually both of them generate different .tr file. # Using Procedure # for {set i 0} {$i < 18} {incr i} { set udp_($i) [new Agent/UDP] $ns_ attach-agent $node_($i) $udp_($i)

[ns] Problem when I want to receive one packet in th last node

2006-04-05 Thread Piedad Negro Diez
Hello, I have made a new protocol and now I can send packets from the source node to the node before the last node, and I don´t undertand why, because all the nodes work equal. Somebody has some idea? Thank you

Re: [ns] more then one CBR connection in a large network

2006-04-05 Thread Semih DOKURER
Sorry. My TCL is below; # Define options set val(chan) Channel/WirelessChannel ;#Channel Type set val(prop) Propagation/TwoRayGround;# radio-propagation model set val(netif) Phy/WirelessPhy ;# network interface type set val(mac