balint256 / gr-baz

Collection of new blocks for GNU Radio
http://wiki.spench.net/wiki/gr-baz
GNU General Public License v3.0
192 stars 78 forks source link

GNU Radio 3.7.x Compatability #19

Closed racorac closed 10 years ago

racorac commented 11 years ago

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:

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

alexbirkett commented 11 years ago

+1

Box88 commented 11 years ago

I would greatly appreciate it too! :)

mrene commented 11 years ago

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

annaqeeb commented 10 years ago

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 ?

luizrenault commented 10 years ago

Hi. Anybody had any lucky building gr-baz with 3.7? I want to use the op25 blocks.

balint256 commented 10 years ago

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...