Skip to content
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

Add CGRAN support to gr-sigmf #23

Open
pwicks86 opened this issue Nov 19, 2018 · 4 comments
Open

Add CGRAN support to gr-sigmf #23

pwicks86 opened this issue Nov 19, 2018 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@pwicks86
Copy link
Contributor

It would be nice if gr-sigmf showed up on CGRAN. We should add pybombs support so it does.

@pwicks86 pwicks86 self-assigned this Nov 19, 2018
@mattes-bru
Copy link

What is blocking this? I can provide a pybombs recipe, if needed.

@pwicks86
Copy link
Contributor Author

I ran into some trouble building a working pybombs recipe and hadn't had the time to go back and investigate further. If you have a working recipe, I'm happy to accept it for gr-sigmf so we can close this.

@mattes-bru
Copy link

This recipe works for me:

category: common
depends:
- gnuradio
- rapidjson
description: GNURadio blocks to read, write, and modify SigMF datasets
gitbranch: master
inherit: cmake
source: git+https://github.com/skysafe/gr-sigmf.git

This recipe is using the master branch, because your releases from the changelog are not tagged in the GitHub repo

@mattes-bru
Copy link

You'll also need a recipe for rapidjson to fulfill the dependency:

category: baseline 
description: fast JSON parser/generator for C++ with SAX/DOM style API 
satisfy:
  deb: rapidjson-dev
inherit: cmake
source: git+https://github.com/Tencent/rapidjson.git
gitrev: tags/v1.1.0

@storborg storborg added the enhancement New feature or request label Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants