Re: [ns] Parameters for 802.11b on NS 2.33/802.11Ext

2008-11-26 Thread Mohammad Haseeb Zafar
Forwarded to the authors of new 802.11Ext. Please reply on the ns user mailing list. From: [EMAIL PROTECTED] on behalf of PeterCh Sent: Wed 26/11/2008 12:17 PM To: ns-users@ISI.EDU Subject: Re: [ns] Parameters for 802.11b on NS 2.33/802.11Ext Hello! I

[ns] VBR Traffic Generator

2008-10-30 Thread Mohammad Haseeb Zafar
Hi all Please if anybody have or know where I can obtain the VBR traffic generator code. Thanks in advance. Cheers Haseeb

Re: [ns] Jitter Calculation

2008-06-17 Thread Mohammad Haseeb Zafar
Hi Further to my previous email, anyone who has awk or perl code to calculate jitter. I would really appreciate your help in this regard. Cheers Haseeb From: Mohammad Haseeb Zafar Sent: Mon 16/06/2008 2:57 PM To: ns-users@ISI.EDU Subject: Jitter Calculation

[ns] Jitter Calculation

2008-06-16 Thread Mohammad Haseeb Zafar
Hello all I wanted to know if anyone has used below awk script to calculate jitter. We have 2 different values of jitter, and the calculations in the script dont explain me fully which jitter you would look for finding out whats the jitter for that particular communication. Can someone please

[ns] Diffserv for MANETs

2008-04-17 Thread Mohammad Haseeb Zafar
Any implementation of Diffserv for MANETs in ns2? Cheers

[ns] Diffserv for wireless

2007-09-30 Thread Mohammad Haseeb Zafar
I want to simulate diffserv in wireless network. Any implementation in ns2? Cheers

Re: [ns] cbr packet loss or packet count scripts in perl

2007-09-04 Thread Mohammad Haseeb Zafar
Plz see the following awk scripts that calcualate the following Performance Metrics Used Routing Overhead Normalize Routing Load Packet Delivery Fraction Average End to End delay Jitter Drop Packets Drop Bytes Throughput These scripts work with new trace format and DSR protocol. Make

[ns] MDSR or SMR Implementation in ns-2

2007-03-21 Thread Mohammad Haseeb Zafar
Anyone who has the source code of Multipath DSR or MSR protocol implementation in ns-2.

[ns] How to calculate Mean Path Length?

2007-03-14 Thread Mohammad Haseeb Zafar
Hi How we can compute Mean Path Length from source to destination? Cheers Haseeb

Re: [ns] [manet] Simulation Error

2006-12-03 Thread Mohammad Haseeb Zafar
. Cheers Haseeb -Original Message- From: Ash Mohammad Abbas [mailto:[EMAIL PROTECTED] Sent: Fri 01/12/2006 2:12 AM To: Mohammad Haseeb Zafar Subject: Re: [manet] Simulation Error You need to check the routing protocol you are using in your tcl script. If you have written the code of smr

Re: [ns] [manet] Simulation Error

2006-12-03 Thread Mohammad Haseeb Zafar
. Cheers Haseeb -Original Message- From: Ash Mohammad Abbas [mailto:[EMAIL PROTECTED] Sent: Fri 01/12/2006 2:12 AM To: Mohammad Haseeb Zafar Subject: Re: [manet] Simulation Error You need to check the routing protocol you are using in your tcl script. If you have written the code of smr

[ns] Simulation Error

2006-11-30 Thread Mohammad Haseeb Zafar
Hi all, I have run split multipath routing over ns-2.1b8a and the make process was successful. When I tried to run the simulation script, it bails out with an error num_nodes is set 50 Wrong node routing agent! Can anyone please help to tell me how to solve this problem? Thanks. Haseeb

Re: [ns] SWAN implementation

2006-11-15 Thread Mohammad Haseeb Zafar
http://comet.columbia.edu/swan/simulation.html -Original Message- From: [EMAIL PROTECTED] on behalf of Bilel Romdhani Sent: Wed 15/11/2006 8:55 AM To: Ns-users@ISI.EDU Subject: [ns] SWAN implementation Hi all, I'm implementing a qos routing protocol QPART on ns2.27 and I want to

[ns] Compilation Error ns2.1b8a

2006-11-15 Thread Mohammad Haseeb Zafar
Hi I got following error while compiling ns2.1b8a. Please help. Haseeb c++ -c -DTCP_DELAY_BIND_ALL -DNO_TK -DNIXVECTOR -DTCLCL_CLASSINSTVAR -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_0A7 -DHAVE_OTCL_H -DHAVE_LIBTK8_3 -DHAVE_TK_H -DHAVE_LIBTCL8_3 -DHAVE_TCL_H

[ns] Scenario File

2006-11-13 Thread Mohammad Haseeb Zafar
Hello How I can set scenario file with random velocities for the following parameters: traffic type: cbr total nodes: 50 source nodes: 20 seed 1.0 rate 10 packets/sec dimensions: 1000m x 1000m pause time: 30 sec random velocity: 0-20m/s simulation time: 800s Cheers Haseeb

[ns] Scenario File

2006-11-13 Thread Mohammad Haseeb Zafar
Hello How I can set scenario file with random velocities for the following parameters: traffic type: cbr total nodes: 50 source nodes: 20 seed 1.0 rate 10 packets/sec dimensions: 1000m x 1000m pause time: 30 sec random velocity: 0-20m/s simulation time: 800s Cheers Haseeb

[ns] packet rate in cbrgen

2006-11-08 Thread Mohammad Haseeb Zafar
Hi To create CBR connecions, run ns cbrgen.tcl [-type cbr|tcp] [-nn nodes] [-seed seed] [-mc connections] [-rate rate] For example , ns cbrgen.tcl -type cbr -nn 50 -seed 1.0 -mc 20 -rate ? If I want to set rate at 10 packets/sec, what should I mention in rate 10 or 1/10 as rate=1/interval.

[ns] Scenario Files

2006-11-08 Thread Mohammad Haseeb Zafar
Hi 1. I want to set constant speeds of 0, 1, 5, 10 and 20 m/s for set of experiments that varies the velocity for 20 sources of 50 nodes network. The packet sending rate is fixed at 10 packets / sec. I am setting the scenario file for speed of 1 m/s as ./setdest -v 1 -n 50 -p 30.0 -M 1.0 -t

[ns] SWAN Implementation

2006-10-16 Thread Mohammad Haseeb Zafar
Please help me in answering following qiuestions regarding implementation of SWAN code in ns2.1b9a: 1. I didnt get following files from SWANs website: http://comet.columbia.edu/swan/simulation.html set opt(cp) ../Scene/S1/cbr-50-50-1-512.tcl set opt(sc)

[ns] Implementation of DiffServ for MANETs

2006-10-06 Thread Mohammad Haseeb Zafar
Is their any Implementation of DiffServ for MANETs?

[ns] Implementation of DiffServ for MANETs

2006-10-04 Thread Mohammad Haseeb Zafar
Is their any Implementation of DiffServ for MANETs?

[ns] normalized routing load, normalized mac load and average hop count

2006-09-19 Thread Mohammad Haseeb Zafar
Anyone who know the formula to calculate normalized routing load, normalized mac load and average hop count. Cheers Haseeb

[ns] How to calculate Normalized Routing Load?

2006-09-18 Thread Mohammad Haseeb Zafar
to clear this doubt Thank you in advance ... Mohammad Haseeb Zafar