Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2012-11-29 Thread KexiongZeng
Hi, I am using the command ./bbn_80211b_rx.py -d 8 -f 2.412G -b to catch 802.11 1 Mbps packets from access points. However, the result is always BAD CRC. I know that some people on this list did it successfully. I am using the bbn_8021/branches/usrp2_version and working with a USRP2. Can anybody

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-06-06 Thread Smith L.
Hi Rahman, No, I have not been able to receive from USRP2 as a transmitter but I have been able to successfully receive packets from a nearby access point. Thanks, Smith Rahman Doost wrote: > > Hi Smith, > > Did you manage to receive with USRP2? I'm kinda stuck with the same > problem > (Tx/

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-06-04 Thread Rahman Doost
Hi Smith, Did you manage to receive with USRP2? I'm kinda stuck with the same problem (Tx/Rx with 2 USRP2s). 'bbn_80211b_rx' does not receive what I'm transmitting with 'bbn_80211b_tx'. Thanks, Rahman On Fri, May 21, 2010 at 6:19 PM, Smith L. wrote: > > Hi George, > > I am using Ubuntu 8.04 an

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-23 Thread Doug Geiger
George, The latest versions of GNUradio no longer use omnithreads - I believe everything the used them has switched over to using boost threads. I'm not sure what portions of the BBN code use threads (I suspect there is a watcher thread checking the message queue from the PLCP for received pa

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-21 Thread Smith L.
Hi George, I am using Ubuntu 8.04 and GNU Radio version is 3.3git-602-gfcf9efa7. I do not know about Ubuntu but a lot of changes were made to git after I checked out this version. If you have older versions of git then it may help you to build usrp2 bbn code. gnychis wrote: > > On Fri, May 21,

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-21 Thread George Nychis
On Fri, May 21, 2010 at 1:06 PM, Smith L. wrote: > > Hi George, > > Were you able to test the usrp2_version code with two USRP2s? > > Let me know if you were able to successfully transmit 80211b packets from > one USRP2 to another. > were you able to build the usrp2 branch successfully with the

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-21 Thread Smith L.
Hi George, Were you able to test the usrp2_version code with two USRP2s? Let me know if you were able to successfully transmit 80211b packets from one USRP2 to another. Thanks, Smith gnychis wrote: > > On Thu, May 20, 2010 at 11:08 PM, Smith L. wrote: > >> >> Thanks George for your inputs.

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-20 Thread Colby Boyer
I do not remember specifically what I used at the command line to get the two USRP2s to talk to each other. I know I had it working for 1 and 2 Mbps. I think something must be messed up with the spreading sequence. George, wasn't there a discussion on that sometime ago? I remember there were plots

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-20 Thread George Nychis
On Thu, May 20, 2010 at 11:08 PM, Smith L. wrote: > > Thanks George for your inputs. > > I have closely been monitoring cgran website. However, every project seems > to be focusing on how well one can use USRP1 or USRP2 as 80211b receiver. > But my goal is to communicate between two USRPs (whethe

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-20 Thread Smith L.
Thanks George for your inputs. I have closely been monitoring cgran website. However, every project seems to be focusing on how well one can use USRP1 or USRP2 as 80211b receiver. But my goal is to communicate between two USRPs (whether USRP1s or USRP2s) using bbn 80211b code. >From the previous

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-20 Thread George Nychis
On Thu, May 20, 2010 at 9:29 PM, Smith L. wrote: > > Hi Colby, > > Were you able to communicate between two USRP2s using bbn 80211 > usrp2_version code? > > I am not able to receive packets using USRP2 receiver even when other USRP2 > is transmitting. Can you please let me know if there are any c

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-20 Thread Smith L.
Hi Colby, Were you able to communicate between two USRP2s using bbn 80211 usrp2_version code? I am not able to receive packets using USRP2 receiver even when other USRP2 is transmitting. Can you please let me know if there are any changes required to be made in the usrp2_version code or any spec

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-20 Thread Colby Boyer
Cool to hear about the OFDM 802.11 project. When I was working with the USRP2 version, I was only able to get two USRP2s to talk to each other. I can't remember if I was able to get it to decode packets from a chipset, that was a year ago. I do remember that sometime ago, there was further di

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-20 Thread George Nychis
On Thu, May 20, 2010 at 3:14 PM, Smith L. wrote: > > Thanks for the help, Doug. > > I do have two USRP2s and hence was also working on the usrp2_version code. > I > have both the transmitter and receiver code individually working correctly > with USRP2. However, the receiver is not able to receiv

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-20 Thread Smith L.
Thanks for the help, Doug. I do have two USRP2s and hence was also working on the usrp2_version code. I have both the transmitter and receiver code individually working correctly with USRP2. However, the receiver is not able to receive the packets correctly from the transmitter (i.e in case of US

Re: [Discuss-gnuradio] BBN 80211b Transmitter with GNURadio 3.2.2 and USRP1

2010-05-20 Thread Douglas Geiger
You probably want to take a look at the usrp2_version branch to see how to get the transmit code working with the hier_block2 API, and then modify it to work with the USRP1. Two things: you cannot transmit the 802.11b waveform through the USRP1 (you don't have enough bandwidth - in the original co