On Sat, Oct 21, 2006 at 11:21:50AM -0700, Johnathan Corgan wrote: > On Fri, 2006-10-20 at 15:18 +0200, Davide Anastasia wrote: > > > is it possible to implement a GNU Radio based application completely written > > in C++, without the glue of Python? > > I need Real Time capability, which Python doesn't give.
I believe that you have a misunderstanding of the role of Python in GNU Radio. Python is NOT in any performance critical path. Thus the use of python is completely harmless from a real-time performance point of view. > It is not possible today; all the flow graph infrastructure is > implemented in Python. This may change in the future. It will most likely change. Johnathan's been working on it :) Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
