Dear Julie 
  
I have wanted to simulate effects of distance on throughput, for example 
throughput of a MS with 200m as distance from BS , differs from throughput of a 
MS 50m from BS.
ns has not this distance implementation. Thus , I have changed propagation 
model  to get that. if you are interested about this , i can explain it to u 
detailed.
  
Now,  about your question, i have not checked 10Km or more ...  but if you dont 
get any throughput for this distance, I think you must to decrease CSThresh_  
and RXThresh_ amount in tcl/ns-default.tcl file for  
mac/wireless-phy.cc::SendUp function :

  .......
  
 if (Pr < CSThresh_) {
  pkt_recvd = 0;
  goto DONE;
 }
 if (Pr < RXThresh_) {
  /*
   * We can detect, but not successfully receive
   * this packet.
   */
  hdr_cmn *hdr = HDR_CMN(p);
  hdr->error() = 1;

  .........
   
  hope this help.
Best


"Haiying (Julie) Zhu" <[EMAIL PROTECTED]> wrote:
  
Hello,

Got your email from the NS list.

Could you help me on the distance issue? As far as I set MS and BS more
than 200m, the current model of 802.11 doesn't work, even I changed the Pt-
to 10e20. Actually, I'd like to see the throughput for 10Km or even
further, assuming enough power. Could you tell me which document to modify
to get it work on long distance?

Thank you very much for your help.

Julie 
------------------------------------------
Haiying Julie Zhu,
Research Engineer, Ph. D, Wireless Applications and Systems Research |
Ingenieur de recherche, Ph. D. Applications sans fil et recherche sur les
systèmes sans fil

Communications Research Centre, Industry Canada |
Centre de Recherches sur les Communications, Industrie Canada
3701 Carling,  P.O. Box | B.P. 11490, Stn "H"
Ottawa, Ontario, Canada, K2H 8S2

Phone | téléphone:  613-993-0716
Fax | télécopieur:  613-990-7987
E-mail | courrier électronique: [EMAIL PROTECTED]
On WWW, WISELAB is at | Visitez notre site web: http://www.crc.ca/wiselab

Government of Canada | Gouvernement du Canada

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Tara Arezoumand
Sent: Tuesday, November 13, 2007 1:15 AM
To: [EMAIL PROTECTED]
Cc: ns-users@ISI.EDU
Subject: [ SPAM ] Re: [ns] effect of distance on throughput


Thanks a lot , 
But 2 question :
1- for simulation of it, is there distance function that measures distance
between 2 nodes in ns?
2- which parts or files compute "throughput , packet loss and delay " in
wireless simulations?

Regards

"Kamil H. Suleiman" wrote:
Hello Tara,
To the best of my knowledge, once a node is inside a hearing range, we
don't see the difference say between 20 and 30 meters from the BS.
Probably some contributed module might be able to simulate the fading
effect.
Best,
Kamil

On Mon, 2007-11-12 at 00:55 -0800, Tara Arezoumand wrote:
> Hi Dear All 
> 
> I simulated a wireless network , with a BS and three MS ...
> I want to get MS throughput changes on become near or distant to BS..
> Is there any function in ns that has designed it ? if not please advise
me..
> 
> hope to any help...
> Thanks
> Tara
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 




---------------------------------
Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.




       
---------------------------------
Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now.

Reply via email to