discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Directory structure


From: Matt Ettus
Subject: Re: [Discuss-gnuradio] Directory structure
Date: Thu, 31 Jul 2003 17:30:48 -0700
User-agent: Internet Messaging Program (IMP) 4.0-cvs

Quoting Rob Judd <address@hidden>:

> Hi,
>
> I've been wondering why I found gnuradio so incomprehensible to work on,
> and just discovered the reason. Find attached the structure of
> directories as it stands, after one minor attempt to build under cygwin.

This is true, but its not as bad as you think.  If you just want to make radios,
the only directories you need to know are

src/gnu/examples  --- to see how it's done
src/gnu/python --- to see how it's done in Python
src/gnu/lib/gr  --- general processing blocks
src/gnu/lib/grio --- IO device blocks, like files, soundcards, AD boards, etc.
src/pspectra/lib/{vrp,vrio} --- older, soon-to-be-replaced blocks

You never need to look in cppunit or any of the config-related stuff.  Most of
the stuff under pspectra, especially the needs-work dirs are not really of
interest either.

> Is there some way this can be reduced/combined without losing separation
> between functional components, or at least can the nesting level be
> brought down somewhat?

We are planning on eventually removing the pspectra stuff as it is updated or
replaced.

Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]