-
Notifications
You must be signed in to change notification settings - Fork 3
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
[0pt,6pt] Clean up the prototype code for presenting to wider GR audience #45
Closed
8 tasks done
Tracked by
#42
ivan-cukic opened this issue
Feb 1, 2023
· 2 comments
· Fixed by fair-acc/gnuradio4#25, fair-acc/gnuradio4#28, fair-acc/gnuradio4#32, fair-acc/gnuradio4#34 or fair-acc/gnuradio4#36
Closed
8 tasks done
Tracked by
#42
[0pt,6pt] Clean up the prototype code for presenting to wider GR audience #45
ivan-cukic opened this issue
Feb 1, 2023
· 2 comments
· Fixed by fair-acc/gnuradio4#25, fair-acc/gnuradio4#28, fair-acc/gnuradio4#32, fair-acc/gnuradio4#34 or fair-acc/gnuradio4#36
Milestone
Comments
5 tasks
ivan-cukic
changed the title
Clean up the prototype code for presenting to wider GR audience
[0pt] Clean up the prototype code for presenting to wider GR audience
Feb 1, 2023
|
RalphSteinhagen
moved this from 🆕 Ideas (∞)
to 🏗 In progress
in Digitizer Reimplementation
Feb 1, 2023
github-project-automation
bot
moved this from 🏗 In progress
to 🔖 Selected (3)
in Digitizer Reimplementation
Feb 1, 2023
RalphSteinhagen
moved this from 🔖 Selected (3)
to 🏗 In progress
in Digitizer Reimplementation
Feb 1, 2023
22 tasks
RalphSteinhagen
moved this from 🏗 In progress
to Finished Implementation (2)
in Digitizer Reimplementation
Feb 14, 2023
This was
linked to
pull requests
Feb 14, 2023
ivan-cukic
changed the title
[0pt] Clean up the prototype code for presenting to wider GR audience
[0pt,6pt] Clean up the prototype code for presenting to wider GR audience
Feb 16, 2023
Done. Thanks a lot to @ivan-cukic and the good work he put into this! |
RalphSteinhagen
moved this from Finished Implementation (2)
to ✅ QA-Accepted/Merged (∞)
in Digitizer Reimplementation
Mar 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
We need two types of processing: a) synchronous stream- as well as b) asynchronous message-type processing (i.e. chunked and/or DataSet based data). The original OpenDigitizer draft design intended that the latter would be done using RxCpp. However, since the RxCpp development somewhat stalled and because both processing types are graph-type problems, the proposal was to rationalise and merge both designs into one using GNU Radio in it's 4.0 version incarnation.
The graph-prototype is targeted as an enhancement and replacement of the low-level GNU Radio 4.0 API to enable such message-type processing using graphs.
Immediate things to be refactored prior to merging with GR 4.0 -- 'Step one'
(N.B. after GR governance team accepted to merge the ideas developed in graph-prototype with GR 4.0)
[2pt] Investigate suitability of the RxCPP testing framework for use in OpenCMW opencmw-cpp#195
[8pt] Implement RxCPP type-erased nodes and the dynamic pipeline loader opencmw-cpp#196
[5pt] Implement compile-time meta-information for RxCPP pipelines opencmw-cpp#198
[3pt,0pt] Evaluate approaches for GR4-flowgraph integration with the OpenCMW Disruptor opencmw-cpp#199
[5pt, 0pt] Implement gr4-flowgraph integration with the OpenCMW Disruptor opencmw-cpp#200
Steps afterward (EPIC: #42)
The text was updated successfully, but these errors were encountered: