-
Notifications
You must be signed in to change notification settings - Fork 77
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
Support for GNURadio 3.9.x #75
Comments
I have the same question. It would be nice if someone created a branch gr-3.9 and made the basic porting steps and CMake stuff |
I have tried to migrate this module to gnuradio 3.9. My attempt can be found at https://github.com/chrisjohgorman/gr-limesdr.git . |
Ok Fine! I will give it a try. It may take me a couple of weeks before I can dig into it... |
@Phil67ago please re download gr-limesdr.git from my repository. I forgot to do a git add to add the new files and as a result my github code was incomplete. I have tested it and it should work now. Sorry for the omission. |
Hey @chrisjohgorman I gave your fork a go, I fixed a few things and created the needed python bindings. See chrisjohgorman#1 |
I tested @chrisjohgorman fork - seems to work well for LimeSDR-USB. Thanks for doing this. |
Please bump the library version declared in CmakeFile.txt. Last release for GR-3.7 was anounced as 2.0, last snapshot in 3.8 branch has library version 3.1.5, so version for GR-3.9 should be 3.2.0 or even 4.0.0 to avoid confusion during upgrade. |
Hi Wojciech,
If I understand you, I need to update the VERSION_MAJOR, VERSION_API and
VERSION_ABI to something greater than 3.1.5. I believe it should be 3.2.0,
but I don't know what lime microsystems would prefer. I'm on my way to
change it and will set it to 3.2.0. I hope this helps.
Take care.
Chris
|
Yes. . If there is no major changes, version 3.2.0 is OK. I suppose that version 1.0.0 is a default setting in Cmake. Leaving it nay make some confusion for package managers in various Linux distributions. For example openSUSE / SUSE Linux package libries separatedly and require library package to have the same version as the library executable inside. Wojciech |
Yes. 1.0.0 is the default setting of gr_modtool which is used to make the
module. Good to hear that 3.2.0 is OK. Take care.
Chris
…On Sun, Mar 6, 2022 at 7:42 AM Wojciech Kazubski ***@***.***> wrote:
Yes. . If there is no major changes, version 3.2.0 is OK. I suppose that
version 1.0.0 is a default setting in Cmake. Leaving it nay make some
confusion for package managers in various Linux distributions. For example
openSUSE / SUSE Linux package libries separatedly and require library
package to have the same version as the library executable inside.
Wojciech
—
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG76X4YPL73IRLFVLJ2TXA3U6SR3PANCNFSM45LAV2PQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I tried to use the latest LimeSDR ( from ppa:myriadrf/gnuradio) sink in GNURadio 3.9.1.0. But it seems that the sink is not compatible with latest GNURadio release.
Is there any plan to add LimeSDR support for GNURadio 3.9.1.0 ? Preferable installable through the ppa:myriadrf/gnuradio.
The text was updated successfully, but these errors were encountered: