New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade gr-limesdr to support GNU-Radio 3.8 #44
Comments
|
Now that 3.8 is out, is this work currently in progress? |
|
If not, I'd be happy to help out |
|
Right now it isn't being worked on, it might be picked up on september. |
|
It seems that basic RX is working (tested on clean ubuntu 18.04 with gnuradio maint-3.8 branch) |
did you try with Python 3.x? |
|
I only checked with python3 and only tested whether basic signal receive was working. |
|
Great! |
|
@gracid any update on when we'll have a release with full support? |
|
I would say release would be coming next month since there were some issues. |
|
any news? |
|
The release will happen simultaneously with LimeSuite realease, the branches will probably stay as they are. |
|
ok. thank you |
|
Made the release v3.0.1 |
There will be a lot of changes necessary to support GNU-Radio 3.8, currently it is still in development. Documentation to port to 3.8 is provided here.
Right now it doesn't compile(#37) and the block description needs to be changed to yaml(#27).
At minimum, things that will need to be updated/changed are: CMake, python?, xml to yaml, examples.
The text was updated successfully, but these errors were encountered: