Re: [Discuss-gnuradio] Again on "cannot import name bbn"

2008-12-11 Thread Chiara De Dominicis
First of all, thank you very much for your help. Now everything seems OK: I am using gcc version 3.4.1 and I only added #include at the top of bbn_rap.cc and bbn_plcp80211_bb.cc. Thanks again. now I can start working... :-D Chiara ___ Discuss-gnura

Re: [Discuss-gnuradio] Again on "cannot import name bbn"

2008-12-09 Thread Chiara De Dominicis
] Error 1 make[2]: Leaving directory `/home/cmdd/bbn_80211/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/cmdd/bbn_80211' make: *** [all] Error 2 Thanks Chiara 2008/12/4 George Nychis <[EMAIL PROTECTED]> > > > Chiara De Dominicis wrote: > >&

[Discuss-gnuradio] Again on "cannot import name bbn"

2008-12-04 Thread Chiara De Dominicis
Hi list! I tried to install the 802.11 BBN code following exactly the instruction in the https://www.cgran.org/wiki/BBN80211 page but when I run any example I got this error: > Traceback (most recent call last): > File "bbn_80211b_rx.py", line 33, in > from bbn_80211b_pkt import * > File

Re: [Discuss-gnuradio] GNURadio on VmWare: success!

2008-06-20 Thread Chiara De Dominicis
Hi! I tried to download and unzip the uploaded image from our site and the check was ok. Probably the file is too big: I'll try to reduce the size cutting the file in several pieces in a few days. I apologize for your problem but our site will be down for maintenance during week-end so I can'

Re: [Discuss-gnuradio] GNURadio on VmWare: success!

2008-06-17 Thread Chiara De Dominicis
Hi everybody, I found a host for the image. You can download it from: http://www.ing.unibs.it/~wsnlab/SDR/GNURadio312SuSE102_VMWare.zip or you can go here: http://www.ing.unibs.it/~wsnlab/ and then click on "Università" Cheers Chiara Richard Clarke ha scritto: Hi Chiara, well done! Just wanted

[Discuss-gnuradio] GNURadio on VmWare: success!

2008-06-14 Thread Chiara De Dominicis
Hi everybody, I installed GNURadio 3.1.2 on SuSE 10.2 in a virtual machine for VmWare 6.0. The installation is perfectly working also with the USRP. My system is a Centrino Duo T2300 with 2.5GB RAM. I think it is really working since I've been using it for 2 months, now... If someone is interest

Re: [Discuss-gnuradio] Problems with scopesink

2008-05-14 Thread Chiara De Dominicis
Thanks! Now everything works Chiara 2008/5/14 Josh Blum <[EMAIL PROTECTED]>: > >> This is the working code but if I comment the last line the scopesink >> seems >> "freezed" and I can' t even close it. >> > > Chiara, > > The audio sink effectively throttles your data streams to the > "sampling_f

[Discuss-gnuradio] Problems with scopesink

2008-05-14 Thread Chiara De Dominicis
Hi everyone! I am new to gnuradio (I' m working with it for my thesis) and I have some problems with gr.sig_source_c + scopesink. I would like to plot the generated complex source (real and imaginary part) in scopesink2.scope_sink_f but it doesn't work if I don't add a second sink (audio.sink) whic

[Discuss-gnuradio] Problems with scopesink

2008-05-14 Thread Chiara De Dominicis
Hi everyone! I am new to gnuradio (I' m working with it for my thesis) and I have some problems with gr.sig_source_c + scopesink. I would like to plot the generated complex source (real and imaginary part) in scopesink2.scope_sink_f but it doesn't work if I don't add a second sink (audio.sink) whic