discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: gnuradio flowgraph mechanism


From: Eric Blossom
Subject: [Discuss-gnuradio] Re: gnuradio flowgraph mechanism
Date: Tue, 14 Feb 2006 11:40:12 -0800
User-agent: Mutt/1.5.9i

On Mon, Feb 13, 2006 at 09:27:42PM -0800, Ges wrote:
> Hi Eric,
> 
> I am trying to rewrite the flowgraph mechanism written in Python
> into C++ so that I can run the GNU Radio modules written in C++ as
> such in the Click software router. But, as I started to work on it,
> i found that converting the code written in Python into C++ is not
> such a trivial exercise. So right now, all I want is to have a very
> simple flowgraph , so that I can try it with Click and run a graph
> of gnuradio modules.

After further thought, the simplest way to glue them together is to
just use unix-domain datagram sockets or other IPC.  This takes about
5 lines of Python on the GNU Radio end.

Eric




reply via email to

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