On Fri, Apr 23, 2021, 3:03 PM Derek Kozel wrote:
> Hi Sam,
>
> I started looking at using the CXX library for this, there's even a few
> CMake examples. My hope is to make a Rust block similar to the current
> embedded Python Block available in GRC. I've not made it to the point of
> even test co
My feeling is that it would be Herculean to take a framework 17 years in the
making, and move to an entirely new language.
Inevitably, there’s be *years* of crossover time with people using both
environments in the field. There’s be pressure for back-ports and a general
support headache.
Tha
Hi Sam,
I started looking at using the CXX library for this, there's even a few
CMake examples. My hope is to make a Rust block similar to the current
embedded Python Block available in GRC. I've not made it to the point of
even test code though. If you want to look further into this I'd be ve
Hi Alberto - this is the last release of python-2.x
https://www.python.org/downloads/release/python-2718/
Since your problem doesn't appear to be a gnuradio problem, you might
want to contact a python discussion group
https://stackoverflow.com/questions/tagged/python
- or a Windows 7 g
Howdy,
I've written GNU Radio blocks with C++ and Python in the past, but lately I've
been transitioning to using Rust-lang for many of my other projects.
Does anyone know of any current Rust integration/porting/rewriting plans or
efforts for GNU Radio (or other SDR frameworks)?
I'm really enjo
Indeed, that was the error. Now everything works fine. Thank you very much
for your help.
Regards,
Álvaro
El vie, 23 abr 2021 a las 10:27, Vasil Velichkov ()
escribió:
> Hi Alvaro,
>
> On 23/04/2021 02.43, Alvaro Pendas Recondo wrote:
> > The source code is available here https://github.com/ap
Hello Alberto,
No, no one has implemented markers for the QT GUIs. We have mentors
willing to help anyone interested in improving the GUIs, but no one has
started coding. We also have a Google Summer of Code project idea listed
for this, but no students have applied for it.
Here's the summar
Hi Alberto,
Since your error is "Python.exe stopped working", it might be a Python
issue. Besides, Windows 7's time has run out for over a year. Further,
you use GR 3.7 and Python 2. Again, Python 2's time has run out for over
a year. Please update your system.
GR is supposed to run on suppo
Hi Alvaro,
On 23/04/2021 02.43, Alvaro Pendas Recondo wrote:
> The source code is available here https://github.com/apruhd/gr-TFMv3
You have two find_package(Gnuradio "3.9" ...) in your CMakeLists.txt - lines 77
and 177
https://github.com/apruhd/gr-TFMv3/blob/master/CMakeLists.txt#L77
https://g