7 ms·
A lot of GNU Radio is actually written in C++. Looking at some examples, it seems you don't need Python to create the flow graph either, that can be done in C+
by deutronium 10y ago
A lot of GNU Radio is actually written in C++. Looking at some examples, it seems you don't need Python to create the flow graph either, that can be done in C++.
- lima 10y agoAll performance critical stuff is implemented in C++. Python is just for the high-level part.
- deutronium 10y agoGotcha, cheers