Re: [ns] warning: no class variable God::path_analysis_

2006-11-22 Thread Samer Bali
Hi, To solve this problem, simply add the following line in tcl/lib/ns-default.tcl file (with god parameters): god set path_analysis_ 0 Best wishes, samer --- Matthias Budde matthi.budde at web.de wrote: Wed Oct 4 09:53:41

Re: [ns] NS-2 VALIDATION PROBLEMS AFTER EXTENDED WITH MANNASIM

2006-11-22 Thread Matthias Budde
Hi, I think something went wrong when you reinstalled ns-2 over the patched version. I use mannasim and my validation still runs correct (as far as I remember). Best, -Matt Am Mittwoch, 22. November 2006 02:00 schrieb [EMAIL PROTECTED]: Send Ns-users mailing list submissions to

[ns] SCTP application traffic can not work !?

2006-11-22 Thread kerwin
Hi! all, I tried to use SCTP application traffic and observe the variety of congestion window. The simulation is successful, but the trace file is empty. Below is my tcl script. Is there anything wrong ? script beginning set ns [new Simulator] set allchan [open all.tr w] $ns trace-all

Re: [ns] How to exclude the droped packet from trace file

2006-11-22 Thread Luqman
hi Wajid, wajid wanted us to know: I want to exclude the droped packet from trace file because I used traffic source rate equal to channel rate i.e 11Mbps and it creates lot of droped packets which increase the trace file size, and i am running simulation for 1 to 40 stations and

[ns] wimax and Wifi TxPower default value

2006-11-22 Thread Ramzi Tka
Hi all, Could someone tell me what is the default Tx Power for 802.11 ns implementation and what could be a 802.16 default Tx Power. How do we set Tx Power values from C++ code and TCL script ? Best regards, Ramzi TKA

[ns] aodv implementations

2006-11-22 Thread juan manuel gomez garcia
Hello: Can someone tell me what is the version or the implementations of AODV that have ns2-2.28 : KERNEL-AODV NIST Implementation ? AODV-UU Uppsala University Implementation? AODV Windows Implementation? UoBWinAODV Windows Implementation? AODV-UIUC Implementation? AODV-UCSB Implementation?

[ns] problem in installation of ns-2.26 for madov

2006-11-22 Thread Anjali Arora
hi all earlier i was working in ns-allinone-2.28 but when i installed maodv then it stopped working( i got ns command not found when i tried to run any script).it may not be compatible with maodv,is that so? then i tried to install ns-allinone-2.26 but i got 2-versions one with

[ns] problem in installation fo ns-allinone-2.26

2006-11-22 Thread Anjali Arora
hi all earlier i was working in ns-allinone-2.28 but when i installed maodv then it stopped working( i got ns command not found when i tried to run any script).it may not be compatible with maodv,is that so? then i tried to install ns-allinone-2.26 but i got 2-versions one with

[ns] LL implementation in ns-2 RFC conformant?

2006-11-22 Thread Luqman
hi, I was wondering whether LL (link layer) implemented in current version includes timer mechanism. I plan to have two node connected to LAN and have them send data with acknowledgment mode of LL. I could not find a hint in the latest ns-manual whether a retransmission request is abandoned

[ns] Fwd: Please help

2006-11-22 Thread Megha
Hello, I am trying to create a new class called as myNode, that has * Node/MobileNode* as its superclass. I want to create a hierarchy of nodes as Grand Parent, Parent and Child. The following error is being triggered. Please tell me if I have to initialize anything to avoid this error.

[ns] WFQ v1.2.5

2006-11-22 Thread Alexander Sayenko
Hi A new version of WFQ for the NS-2 simulator is available. http://www.cc.jyu.fi/~sayenko/src/wfq-1.2.5.tar.gz The new version solves several small compilation problems that you can experience if you use the latest gcc compiler versions. This version has been tested with the following NS-2