Re: [ns] Mobile nodes: radius

2006-06-20 Thread Q.R.Iqbal
Hi there I also tried that a few months ago, but it does not seem to do what it says i personally think it is useless, unless someone has other opinion > > Hello, I found this string in NS Manual, how can I use it? > > [quote]$mobilenode radius > > The radius denotes the node's range. All mo

Re: [ns] Warning everyone is ignoring (please use -channel)]

2006-06-20 Thread Q.R.Iqbal
Original Message Subject: Re: [ns] Warning everyone is ignoring (please use -channel) From:"Q.R.Iqbal" <[EMAIL PROTECTED]> Date:Tue, June 20, 2006 3:18 pm To: "Amer Filipov

Re: [ns] how can i get the CTS, RTS and packet range of 802.11 net

2006-07-13 Thread Q.R.Iqbal
Hi there from my simulations and keeping it simple The default range for the packet delivery is 250m and that of Carrier sense Threshold is 550m, so from Node A --->B if the distance is less than or equal to 250 , then , the packet will be recieved successfully. If the distace is greater than 2

Re: [ns] Transmission and Interference Range

2006-07-13 Thread Q.R.Iqbal
Hi there I think there is no other cleaner or easiar way to do that unless you modify the code. One thing you have to be aware of is that by modifying the transmission range, you are only changing the receiver threshold, A distance from which a receiver can receive. Again there are three diffe

Re: [ns] Packet Loss Rates vs Data Rates

2006-07-13 Thread Q.R.Iqbal
Hi there please have a look at the info at this site ns2 for the impatient http://icapeople.epfl.ch/iaad/teaching/ns/ns.html It has examples on how how to calculate and display the throuput of 802.11 network and also how to set the different data rates I hope this helps > > Hi, > >

Re: [ns] 802.11 MAC layer throughput

2006-07-19 Thread Q.R.Iqbal
Hi Jackie please go to the link below and download the document and the tools files. http://icapeople.epfl.ch/aad/teaching/ns/ns.html The document shows you how to setup a scenario to measure the throughput step by step for 802.11 for any other protocol you require. The tools folder contains a

Re: [ns] how to get SIFS, DIFS, RTS, CTS, DATA and ACK packet size

2006-08-06 Thread Q.R.Iqbal
Hi there I think what you need to do is to read the files, mac-802_11.cc and .h file in the mac folder. This will give you all the information you require however from the the simulations I have done, I got the following values Data packet can be any length you like, however a 72 byte overhead

Re: [ns] How to disable RTS/CTS

2006-08-08 Thread Q.R.Iqbal
Yes its simple just add the below line Mac/802_11 set RTSThreshold_3000 > > Hi Ns users, > does anybody if it is possible and how to disable the RTS/CTS in MAC > 802.11? > > Thanks a lot, > Michele Nuti > Kind regards Qasim Raza Iqbal PhD Candidate, ACNRG Lab N504, Office N505 Adapti

Re: [ns] [ns-users] problem in sensing range

2007-02-20 Thread Q.R.Iqbal
Hi Paolo First of all I think the the free space model and two ray ground model are dependent on antenna height and there is a crossover distance, after which the model used is two ray ground. When you say you use free space model, you must have the antennas to be very high, to acheive a free sp

Re: [ns] reg energy model in ns2

2007-11-23 Thread Q.R.Iqbal
very simple have a look at the file tcl/ex/wireless-mitf.tcl and declare your channel as shown in that file > > Hi, > >I tried running wireless-newnode-energy.tcl in ns-2.31,but > i get the following... > > > num_nodes is set 50 > warning: Please use -channel as shown in tcl/e

Re: [ns] transmission range

2008-01-15 Thread Q.R.Iqbal
Hi there What you really need to do is to see that if you have two different pair of nodes. One pair with the same range e.g. 50m and another pair with the range 100m. You set both the pairs apart o they cannot interefere with each others transmission. You will see, that the transmission range of

Re: [ns] transmission range

2008-01-15 Thread Q.R.Iqbal
tSize_ 512 > $cbr_(0) set rate_ 200kb > $cbr_(0) set maxpkts_ 1 > $cbr_(0) attach-agent $udp_(0) > $ns connect $udp_(0) $null_(0) > $ns at 1.0 "$cbr_(0) start" > > > set udp_(1) [new Agent/UDP] > $ns attach-agent $node_(2) $udp_(1) > $udp_(1) set fid_ 2 > set

Re: [ns] transmission range

2008-01-15 Thread Q.R.Iqbal
ange, under the condition that we keep the rxthreshold fixed. In my case, > I > choose to keep the transmission power fixed, and adjust the rxthreshold. > They should achieve the same goal. > > Hope I made myself clear. > > Thanks. > > > > 2008/1/15 Q.R.Iqbal <[EMAIL PROT