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[1] https://github.com/gnss-sdr/gnss-sdr/[2] https://github.com/qradiolink/qradiolink[3] All of the above use the C++ API without Python. There are probably others that I don't know about. Adrian -------- [1] https://github.com/csete/gqrx [2] https://github.com/gnss-sdr/gnss-sdr/ [3] https://github.com/qradiolink/qradiolink
