[ns] NIST 802.11 MAC implementation

2007-05-08 Thread Pedro J. Fernández Ruiz
Hi all! Someone has a tcl script with a valid scenario in witch handovers happen successfully? I'm using the NIST Software Mobility Package for NS-2. I made a lot of changes in its source code in order to get working handovers in 802.11. For example, MAC layers have IDs for each mobile MAC (0,

[ns] who has EDCA patch for ns2.29?

2007-05-08 Thread alexleaf132
I have EDCA patch for 2.28 and 2.26 only... 3x! alexleaf132 2007-05-08

[ns] Urgent: snoop.tcl

2007-05-08 Thread SERIEN SERIEN
Hi all Can anbody provide me with the snoop.tcl as soon as possible or tell me how to assign Snoop protocolto TCP traffic? Thank you Regards - Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.

[ns] Urgent: snoop.tcl

2007-05-08 Thread SERIEN SERIEN
Hi all Can anbody provide me with the snoop.tcl as soon as possible or tell me how to assign Snoop protocolto TCP traffic? Thank you Regards - Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.

[ns] node movement log problem

2007-05-08 Thread Nguyen Lan
Hello, I like to trace node movement so I add the following code (in ns-manual guide, chapter 16) proc log-movement {} { global logtimer ns_ ns set ns $ns_ source /usr/local/ns/2.27/ns-allinone-2.27/ns-2.27/tcl/mobility/timer.tcl Class LogTimer -superclass Timer LogTimer in

[ns] EURANE: queue/2000 error

2007-05-08 Thread Ja Maasai
I tried running the example in the EURANE user guide 1.6 (I renamed the example to My_Example.tcl) and i got this error can anyone plese assist me here i can't debugg this. $ ns My_Example.tcl invalid command name "Queue/2000" while executing "Queue/2000 create _o30 " invoked from wit

[ns] Run dsRED with routing protocol

2007-05-08 Thread Cao Trong Dai
Dear all, I tried to simulate some dsred tcl with routing protocol (DV, LS, ...), but it did't function. Could anyone help me to resolve it ??? Thank you very much Best Regards, - Now that's room service! Choose from over 150,000 hotels in 45,000 destinatio

[ns] AOMDV for ns-2.29 Available

2007-05-08 Thread Ahmad Khayyat
Hi everyone, I believe I managed to port the old AOMDV code to ns-2.29. It is my first time ever to do this sort of work, so it is a rough port that was done in 2 to 3 days. I tried to be explicit in annotating the changes I made in the source code. Other than that, I made absolutely no effort

Re: [ns] AOMDV for ns-2.29 Available

2007-05-08 Thread Ahmad Khayyat
Hi again, I forgot to mention one more thing. It is best to disable ARP while using AOMDV (or anything else ;) ). You can do so by simple adding the following lines at the top of the arpresolve method of the ARPTable class in the file mac/arp.cc: int ARPTable::arpresolve(nsaddr_t dst, Packet

[ns] bandwidth estimation

2007-05-08 Thread mberroua
hello, please, can some one tell me what is the procedure to compute bandwidth when we have UDP connection. for TCP connection the procedure is proc bandwidth1 {} { global ns bpf1 sink set time 0.5 # How many bytes have been received # by the traffic sinks? set bw_

[ns] Fwd: make[1]: nothing to be done for 'all'

2007-05-08 Thread Kwnstantina Palla
Hello all of you! I would be very grateful if you could help me. I am using openSUSE 10.2 and recently i installed the ns2-allinone-2.29 package. after a succesful installation i followed the 'make ' command. there i met some troubles. Being more specific: make[1]: Entering directory

Re: [ns] Ns2 with threads

2007-05-08 Thread Jose M.Herrera
Daniel Mahrenholz escribió: 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. I need to use threads for an experiment with MMAC proto

Re: [ns] Fwd: make[1]: nothing to be done for 'all'

2007-05-08 Thread Timo Reimann
Kwnstantina Palla wrote: > I am using openSUSE 10.2 and recently i installed the ns2-allinone-2.29 > package. > after a succesful installation i followed the 'make ' command. > there i met some troubles. > Being more specific: > make[1]: Entering directory 'home/kwnsta/ns-allinone-2.29/ns-2.

[ns] Steps to Extend OSPF into wireless Ad Hoc (MANET)

2007-05-08 Thread srrrOMY
HeLLo :) :) I want to implement OSPF on wireless Ad hoc I have OSPF implementation on wired network simulation but I want to extend it to work on wireless Ad hoc or mobile Ad hoc (MANET) :) WHAT ARE STEPS TO PREFORME THIS WORK ? for sure .. I begun to extent onto this ns-2.31/tcl/lib/ns-mobi