On Mon, Oct 03, 2005 at 03:06:10PM -0700, Jonathan Jacky wrote: > > >>We have played around with GnuRadio using the Python bindings and > >>it seems to do the job we require quite well. However, we would > >>need to use the GnuRadio data processing directly from C++. > >>There does not seem to be a C++ API that matches the Python API, > >>for example there does not appear to be a "flow_graph" class > >>to connect and run a processing stream. > > > >That's correct. It was *much* easier to implement the flow_graph > >class as well as much of the other code in Python > > Didn't Gnu Radio 0.9 do much of that work in C++ ? > Is 0.9 still available as the gnuradio module in CVS? > > I realize 0.9 code would not work with the present C++ code, > but it might be useful just as an example of how to do it. > > Jon Jacky
That code is still around. CVS module: gnuradio. There's also a tarball on ftp.gnu.org. 0.9 was all in C++. The internals of the new code base are substantially different from the 0.9 stuff. It was rewritten from scratch. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
