Closed racorac closed 10 years ago
+1
I would greatly appreciate it too! :)
I started working on this, the c++ part is fine but I have yet to rename a lot of the python files to reference the new naming convention.
I've got as far as getting the Fast AutoCorrelation Sink to work.
I've pushed my current version to: https://github.com/mrene/gr-baz/tree/feature/3.7
Can gr-baz features as Any Block Sink or baz.print_char() be used with gnu radio 3.7.2.1 ? Also can gr-baz be installed on OS X 10.8.5, which have gnu radio installed via Mac ports ?
Hi. Anybody had any lucky building gr-baz with 3.7? I want to use the op25 blocks.
Hi all, I've moved things to 3.7 (big thanks in part to @mrene - your work is much appreciated!!!).
@luizrenault OP25 moved to 3.7 a little earlier, and I believe they have their own blocks now. In time I'll see whether the gr-baz ones still work...
I want to use 3.7 with my RTL device and I'm unable to compile this against 3.7 due to the changes from 3.6:
GRUEL_
references and replaceGNURADIO_CORE
variables withGNURADIO_RUNTIME_
#include<gruel/attributes.h>
to<gnuradio/attributes.h>
http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7
I would greatly appreciate if you were able to update this to work with 3.7 Thanks