I am using  bbn_80211b_rx.py code and I am getting error  

  No module named bbn_80211b_pkt

  I think, I don't have the above mention module.
  can some one tell me where I can find this module.

It's in the same directory as the file you mentioned:

acert-netbsd gdt 9 ~/ADROIT-public/adroitgrdevel/gr-bbn > find . -name 
bbn_80211b\*           
./src/examples/bbn_80211b.py
./src/examples/bbn_80211b_pkt.py
./src/examples/bbn_80211b_rx.py
./src/examples/bbn_80211b_tap.py
./src/examples/bbn_80211b_test.py
./src/examples/bbn_80211b_transmit_path.py
./src/examples/bbn_80211b_tx.py

This code is set up to install the .py files (see Makefile.am):

grpythondir = $(pythondir)/gnuradio

python_SCRIPTS = \
        bbn_80211b.py \
        bbn_80211b_pkt.py \
        bbn_80211b_rx.py \
        bbn_80211b_tap.py \
        bbn_80211b_test.py \
        bbn_80211b_transmit_path.py \
        bbn_80211b_tx.py


so if you want to run it not installed you probably have to put the src
dir or . in PYTHONPATH.




_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to