discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Updating the BBN_80211


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Updating the BBN_80211
Date: Tue, 31 Jan 2012 08:33:43 -0500

On Fri, Jan 27, 2012 at 4:20 PM, NeoEcko <address@hidden> wrote:

Hi all,

I am new at the GNU Radio and UHD Fields.
I have recently begin to make some modifications at the bbn_80211 code
(which is compatible with the GNU Radio's 3.1.1 release) to make it run
with uhd and USRP N2X0.

But when modifying the "bbn80211.py" import section

"from gnuradio import usrp (or usrp2)" ==>  "from gnuradio import uhd"

I got this error "ImportError: cannot import name uhd "
and even when running some of the bbn's examples (bbn_80211_pkt;
bbn_80211_tap; bbn_80211_test) I got: "ImportError: cannot import name
bbn"

  - Is it a problem of linking some modules by setting environement
variables ?
Or - Am I supposed to bring modification to the 'Makefile' of the
bbn80211 and compile it again after all modifications are done.

Sorry if my questions are so general but if you see that I need to know
more about autotools don't hesitate to let me know.

Best regard,
***********************************
My GNU Radio version is the 3.4 and I am using USRP N210.

Yes, those BBN 802.11 scripts are fairly old, so it's going to take some work to update them to the latest software. But this sounds like an installation error.

You said you are having problems with the "import uhd", have you had success with other GNU Radio apps? Like can you run "uhd_fft.py" or "uhd_siggen.py". If you can't get those scripts to run, you probably haven't installed GNU Radio fully.

Good luck! I hope you manage to get the 802.11 code working.

Tom


reply via email to

[Prev in Thread] Current Thread [Next in Thread]