Hi,
I am a newbie trying to setup my usrp1 device to work as an 802.11
transmitter and receiver. I have tried installing latest version of GNU
radio and the latest trunk code of bbn_802.11 but I am getting these
errors:
ankur@ubuntu:~/bbn_80211/src/examples$ ./bbn_80211b_rx.py
Traceback (most recent call last):
File “./bbn_80211b_rx.py”, line 33, in
from bbn_80211b_pkt import *
File “/home/ankur/bbn_80211/src/examples/bbn_80211b_pkt.py”, line 32,
in
from bbn_80211b import *
File “/home/ankur/bbn_80211/src/examples/bbn_80211b.py”, line 42, in
class bbn_80211b_mod(gr.hier_block):
AttributeError: ‘module’ object has no attribute ‘hier_block’
ankur@ubuntu:~/bbn_80211/src/examples$ ./bbn_80211b_test.py
Traceback (most recent call last):
File “./bbn_80211b_test.py”, line 29, in
from gnuradio import gr, blks
ImportError: cannot import name blks
ankur@ubuntu:~/bbn_80211/src/examples$
I read in a previous post in this forum that the bbn code doesn’t
support hier_block yet…
Can anybody please tell me what version of gnu radio and bbn_802.11 code
are compatible with each other and will run properly after install?
Thanks in advance,
Ankur