« Previous - Version 31/135 (diff) - Next » - Current version
Guest User, 03/08/2007 08:32 am
made "here" links more speaking


= Welcome to the GNU Radio Trac System =

Getting the Software and Installing It

All GNU Radio related code is now in a [http://subversion.tigris.org subversion] repository which you can browse from the "Browse Source" button above. To '''check out the latest code from the development branch''', do the following from the command line:

{{{
$ svn co http://gnuradio.org/svn/gnuradio/trunk gnuradio
}}}

If you instead wish to '''check out the latest code from the [wiki:Release3.0Branch stable branch]''', do the following from the command line:

{{{
$ svn co http://gnuradio.org/svn/gnuradio/branches/releases/3.0 gnuradio
}}}

GNU Radio consists of a number of self-contained [wiki:Components components]. The BuildGuide contains info on how to get GNU Radio up and running on your computer.

If you prefer to build from '''release tarballs''' instead of from the source code repository,
the latest can be downloaded here:

or at any of the [http://www.gnu.org/order/ftp.html GNU mirrors].

Mailing Lists and Getting Help

It is strongly recommended that everyone using GNU Radio and/or the USRP subscribe to the discuss-gnuradio mailing list. It is the proper place to ask if you have any questions or problems. Instructions on how to join can be found at the [http://www.gnu.org/software/gnuradio/mailinglists.html mailinglists] page.

To subscribe to the USRP-announce mailing list, which gets about 1 message per month with the latest news on the USRP, see [http://aeinet.com/mailman/listinfo/usrp-announce USRP Announce].

Getting the USRP and associated Schematics

USRP hardware schematics and associated files can be obtained with the following command:

{{{
$ svn co http://gnuradio.org/svn/usrp-hw/trunk usrp-hw
}}}

USRP documentation can be found [wiki:USRP here]. Detailed information on the [wiki:UsrpFPGA FPGA] is also available.

More USRP information can also be found at http://www.ettus.com/

GNU Radio in the real world * [wiki:OurUsers] -- Some of our users and what they are doing with GNU Radio and/or the USRP * [wiki:AcademicPapers] -- Some of the many published papers involving GNU Radio and/or the USRP Wiki Starting Points * BuildGuide -- Instructions on how to build and install GNU Radio * [wiki:GnuRadioToDo ToDo] -- To do items for GNU Radio * [wiki:EnEspanol] -- USRP y GNU Radio Documentación en Español * [wiki:Components Components] -- A list of the various GNU Radio components, brief description and any open tickets * SuggestedReading -- Source of clues ;)

For a complete list of local wiki pages, see TitleIndex.BR
The search box at the top of each page is also helpful.

Training

Training for GNU Radio and the USRP is available from [http://corganenterprises.com/wiki/GNU_Radio_Training Corgan Enterprises.]


As all Wiki pages, this page is editable, this means that you can
modify the contents of this page simply by using your
web-browser. Simply click on the "Edit this page" link at the bottom
of the page. If you don't see an "Edit this page" or "New Ticket" link, click on "Login"
and provide either your developer name and password, or "guest" and
the guest password.
WikiFormatting will give you a detailed description of
available Wiki formatting commands.

TracGuide is a good introduction to using Trac