« Previous -
Version 22/135
(diff) -
Next » -
Current version
Matt Ettus, 11/16/2006 06:26 am
= Welcome to the GNU Radio Trac System =
Getting the Software and Installing ItAll 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:
- ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.0.2.tar.gz
- ftp://ftp.gnu.org/gnu/gnuradio/gr-howto-write-a-block-3.0.2.tar.gz
or at any of the [http://www.gnu.org/order/ftp.html GNU mirrors].
Mailing Lists and Getting HelpIt 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 [http://www.gnu.org/software/gnuradio/mailinglists.html here]
To subscribe to the USRP-announce mailing list, which gets about 1 message per month with the latest news on the USRP, you can go [http://aeinet.com/mailman/listinfo/usrp-announce here].
Getting the USRP and associated SchematicsUSRP 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]
More USRP information can also be found at http://www.ettus.com/
Wiki Starting Points * BuildGuide -- Instructions on how to build and install GNU Radio * [wiki:GnuRadioToDo ToDo] items for GNU Radio * [wiki:OurUsers] -- Some of our users and what they are doing with GNU Radio and/or the USRP * [wiki:EnEspanol] -- USRP y GNU Radio Documentación en EspañolFor a complete list of local wiki pages, see TitleIndex.
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