Hi,
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.
Regards,
Davide A.
web: http://www.davideanastasia.com/
email: [email protected]
On Fri, 2006-10-20 at 15:18 +0200, Davide A. 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.
It is not possible today; all the flow graph infrastructure is
implemented in Python. This may change in the future.
–
Johnathan C.
[email protected]
On Sat, Oct 21, 2006 at 11:21:50AM -0700, Johnathan C. wrote:
On Fri, 2006-10-20 at 15:18 +0200, Davide A. 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
Il giorno sab, 21/10/2006 alle 13.00 -0700, Eric B. ha scritto:
use
of python is completely harmless from a real-time performance point of
view.
Please,
can you explain me a way to understand this role? A document to read?
Davide A.
web: http://www.davideanastasia.com/
email: [email protected]
On Sat, 2006-10-21 at 13:00 -0700, Eric B. wrote:
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 
I’ve been known to tinker with that idea from time to time 
–
Johnathan C.
[email protected]