Monday, April 19, 2021

Re: An example of pure C++ code of GNU Radio?

On Monday, April 19, 2021 6:59:32 AM EEST Clark Chiu wrote:

> Hi all,

>

> I went through most of the tutorials of GNU Radio and part of the source

> code. I understand GNU Radio is composed by Python for the interface and

> C++ for the DSP block implementations. My question is, is there any example

> that only uses C++ code? I am thinking is it possible to run GNU Radio in

> an environment without Python?

>


https://github.com/csete/gqrx 

https://github.com/gnss-sdr/gnss-sdr/ 

https://github.com/qradiolink/qradiolink 


All of the above use the C++ API without Python. There are probably others that I don't know about.


Adrian


No comments:

Post a Comment