Account Options

  1. Sign in
Google Groups Home
« Groups Home
802.11b
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
cb  
View profile  
 More options Aug 4 2009, 10:39 pm
From: cb <cbellett...@gmail.com>
Date: Tue, 4 Aug 2009 19:39:35 -0700 (PDT)
Local: Tues, Aug 4 2009 10:39 pm
Subject: 802.11b
hello all,
I'm trying to use the 802.11b as phy instead of the default 802.11a in
an infrastructured wireless network. in order to do that, I just call
YansWifiPhyHelper::SetStandard("Standard", StringValue("802.11b")) on
the relevant object.

unfortunately, nothing appears to work at all. looking at the pcap
traces, associations to the AP are very problematic and with lots of
retransmissions (though associations are at last successful), and
packets are not delivered at all, since nobody answers the ARP
requests of the sending node. I found the same behavior in my own code
and in the third.cc example as well (once 802.11b is set up).

any clues on why this happens? I couldn't find any. if that can help,
here is how NqstaWifiMac in third.cc reacts with 802.11a:

2s [mac=00:00:00:00:00:09] NqstaWifiMac:Enqueue(0x807ea30, 0x808c390,
ff:ff:ff:ff:ff:ff)
Sent 1024 bytes to 10.1.2.4
2.00032s [mac=00:00:00:00:00:07] NqstaWifiMac:Receive(0x806c148,
0x808c408, 0xbf9458c0)
2.00032s [mac=00:00:00:00:00:07] NqstaWifiMac:ForwardUp(0x806c148,
0x808c408, 00:00:00:00:00:09, ff:ff:ff:ff:ff:ff)
2.00032s [mac=00:00:00:00:00:08] NqstaWifiMac:Receive(0x807dee0,
0x8089b18, 0xbf9458c0)
2.00032s [mac=00:00:00:00:00:08] NqstaWifiMac:ForwardUp(0x807dee0,
0x8089b18, 00:00:00:00:00:09, ff:ff:ff:ff:ff:ff)
2.00032s [mac=00:00:00:00:00:09] NqstaWifiMac:Receive(0x807ea30,
0x808c7c8, 0xbf9458c0)
2.00032s [mac=00:00:00:00:00:09] packet sent by us.
2.0006s [mac=00:00:00:00:00:09] NqstaWifiMac:Receive(0x807ea30,
0x808c390, 0xbf9458c0)
2.0006s [mac=00:00:00:00:00:09] NqstaWifiMac:ForwardUp(0x807ea30,
0x808c390, 00:00:00:00:00:0a, 00:00:00:00:00:09)
2.0006s [mac=00:00:00:00:00:09] NqstaWifiMac:Enqueue(0x807ea30,
0x808b940, 00:00:00:00:00:0a)
Received 1024 bytes from 10.1.3.3
... and so on ...

and this is how it works with 802.11b:

2s [mac=00:00:00:00:00:09] NqstaWifiMac:Enqueue(0x807ea20, 0x808b878,
ff:ff:ff:ff:ff:ff)
Sent 1024 bytes to 10.1.2.4
2.50065s [mac=00:00:00:00:00:08] NqstaWifiMac:Receive(0x807dee0,
0x808b8d8, 0xbf9dc960)
2.50065s [mac=00:00:00:00:00:08] NqstaWifiMac:RestartBeaconWatchdog
(0x807dee0, 24995840000ns)
2.50065s [mac=00:00:00:00:00:08] NqstaWifiMac:SetBssid(0x807dee0,
00:00:00:00:00:0a)
2.50065s [mac=00:00:00:00:00:07] NqstaWifiMac:Receive(0x806c1a8,
0x808a128, 0xbf9dc960)
2.50065s [mac=00:00:00:00:00:07] NqstaWifiMac:RestartBeaconWatchdog
(0x806c1a8, 24995840000ns)
2.50065s [mac=00:00:00:00:00:07] NqstaWifiMac:SetBssid(0x806c1a8,
00:00:00:00:00:0a)
2.50065s [mac=00:00:00:00:00:09] NqstaWifiMac:Receive(0x807ea20,
0x808d768, 0xbf9dc960)
2.50065s [mac=00:00:00:00:00:09] NqstaWifiMac:RestartBeaconWatchdog
(0x807ea20, 24995840000ns)
2.50065s [mac=00:00:00:00:00:09] NqstaWifiMac:SetBssid(0x807ea20,
00:00:00:00:00:0a)
... and so on ...

thanks for any suggestion you may have.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicola Baldo  
View profile  
 More options Aug 6 2009, 6:43 am
From: Nicola Baldo <nba...@cttc.es>
Date: Thu, 6 Aug 2009 03:43:32 -0700 (PDT)
Local: Thurs, Aug 6 2009 6:43 am
Subject: Re: 802.11b
Hi,

On Aug 5, 4:39 am, cb <cbellett...@gmail.com> wrote:

> hello all,
> I'm trying to use the 802.11b as phy instead of the default 802.11a in
> an infrastructured wireless network. in order to do that, I just call
> YansWifiPhyHelper::SetStandard("Standard", StringValue("802.11b")) on
> the relevant object.

> unfortunately, nothing appears to work at all. looking at the pcap
> traces, associations to the AP are very problematic and with lots of
> retransmissions (though associations are at last successful), and
> packets are not delivered at all, since nobody answers the ARP
> requests of the sending node. I found the same behavior in my own code
> and in the third.cc example as well (once 802.11b is set up).

> any clues on why this happens? I couldn't find any.

I don't have the code at hand to check this, but I remember that some
time ago I faced a similar problem when modifying a simulation program
to make it run with 802.11b instead of 802.11a. The issue was that the
SetStandard command did not change the value for the ACK timeout
(which should be longer in 802.11b), and STA association failed
because of this. Well, I guess I should have filed a bug report for
this issue, but at the time the only 802.11b example program in ns3
was not working, so I ended up filing bug 642 instead (http://
www.nsnam.org/bugzilla/show_bug.cgi?id=642).
Since that bug was closed, if you could check whether examples/wifi-
clear-channel-cmu exhibits the same problem you are experiencing, and
post a bug report if positive, it would be great.

Regards,

Nicola


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Henderson  
View profile  
 More options Aug 7 2009, 7:21 pm
From: Tom Henderson <t...@tomh.org>
Date: Fri, 07 Aug 2009 16:21:44 -0700
Local: Fri, Aug 7 2009 7:21 pm
Subject: Re: 802.11b

I filed a bug on this issue:
http://www.nsnam.org/bugzilla/show_bug.cgi?id=655

The answer may not be a trivial fix since this attribute is trying to
set the values of other attributes.

Tom


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gary Pei  
View profile  
 More options Aug 12 2009, 7:50 pm
From: Gary Pei <guangyu....@boeing.com>
Date: Wed, 12 Aug 2009 16:50:33 -0700 (PDT)
Local: Wed, Aug 12 2009 7:50 pm
Subject: Re: 802.11b
I took a look at the third.cc example for 802.11b. The problem is that
you have to set 802.11b standard for MAC as well to call correct
WifiMac::SetStandard (enum WifiPhyStandard standard) function.

So, here is correct way to use 802.11b for third.cc

87d86
<   phy.Set ("Standard", StringValue ("802.11b") );
97,98c96
<     "ActiveProbing", BooleanValue (false),
<     "Standard", StringValue ("802.11b"));
---

>     "ActiveProbing", BooleanValue (false));

106,107c104
<     "BeaconInterval", TimeValue (Seconds (2.5)),
<     "Standard", StringValue ("802.11b"));

Gary

On Aug 7, 4:21 pm, Tom Henderson <t...@tomh.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael  
View profile  
 More options Aug 14 2009, 3:34 pm
From: Michael <nowat...@gmail.com>
Date: Fri, 14 Aug 2009 12:34:04 -0700 (PDT)
Local: Fri, Aug 14 2009 3:34 pm
Subject: Re: 802.11b
Does this work with the latest dev release?  I get errors about "Could
not find attribute ns3::YansWifiPhy::Standard."

Thanks!
Michael

On Aug 12, 7:50 pm, Gary Pei <guangyu....@boeing.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mathieu Lacage  
View profile  
 More options Aug 14 2009, 3:47 pm
From: Mathieu Lacage <mathieu.lac...@sophia.inria.fr>
Date: Fri, 14 Aug 2009 21:47:21 +0200
Local: Fri, Aug 14 2009 3:47 pm
Subject: Re: 802.11b
in ns-3-dev, you need to do this:

WifiHelper wifi;
...
wifi.SetStandard (WIFI_PHY_STANDARD_80211b);

Mathieu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »