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

2021-04-18 Thread Clark Chiu
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?

Hope you all have a good weekend.


Best regards,
Clark


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

2021-04-19 Thread Gisle Vanem

Clark Chiu wrote:

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? 


A simple example is 'gr-audio/examples/c++/dial_tone.cc'.
If you want a more advanced C++ application, then look at
the GQrx program:
  https://github.com/csete/gqrx

--
--gv



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

2021-04-19 Thread Adrian Musceac
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


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

2021-04-19 Thread Ron Economos

https://github.com/csdvb/dvbs2_tx

Ron

On 4/18/21 20:59, 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?


Hope you all have a good weekend.


Best regards,
Clark




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

2021-04-19 Thread Clark Chiu
Thank you all for the pointers! I will check them out.

Best,
Clark

On Mon, Apr 19, 2021 at 5:14 AM Ron Economos  wrote:

> https://github.com/csdvb/dvbs2_tx
>
> Ron
>
> On 4/18/21 20:59, 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?
> >
> > Hope you all have a good weekend.
> >
> >
> > Best regards,
> > Clark
>
>