discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Re: gnuradio flowgraph mechanism


From: Greg Troxel
Subject: Re: [Discuss-gnuradio] Re: gnuradio flowgraph mechanism
Date: 16 Feb 2006 09:19:38 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

  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.

At BBN we're planning to have some sort of integration between Click
and GNU Radio (to do data networking with Click as the router and GNU
Radio as the PHY, and the MAC somewhere TBD in between), and are
heading for multiple processes and IPC exactly as Eric suggests.  This
also avoids having to figure out if the Click license is GPL
compatible and requiring one's changes to Click to be under the GPL
rather than the BSD/X11-like Click license.  More importantly, it
avoids difficult and hard to maintain cross-project software
dependencies.

-- 
        Greg Troxel <address@hidden>




reply via email to

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