Creating a USRP2 sink and/or source

I just started using the USRP2 with GNURadio. I have made a script that
uses the gnuradio library, but it does not try and interface with the
USRP2.

How do you do this? Or alternatively is there a list of gnuradio
functions
that I can look at that has how to set this up? I have tried doing a
google
search for this, but it turns up nothing that I have found to be
helpful.

Thanks
Alex

Thanks
Alex


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page

Easiest way to gain quick experience is to use “grc” – use the
gnuradio-companion command. It will allow you to pick and connect
various
signal processing blocks, including all the usual Gnu Radio
sources/sinks. Even if you don’t ultimately use the resulting python
code in
your application, it can elucidate for you how the blocks are created
and connected.