Talk:Tutorials: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
m (Adding suggestion to create a repo/space to allow users to post completed tutorial code)
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== OOTs and C++ ==
== OOTs and C++ ==


"Out of Tree Modules (OOTs)" and "Writing blocks in C++" clearly have some overlap that needs to be sorted out, if someone wants to talk that it would be awesome
"Out of Tree Modules (OOTs)" and "Writing blocks in C++" clearly have some overlap that needs to be sorted out, if someone wants to tackle that it would be awesome
 
== Types of Blocks ==
 
There should be a new or existing beginner tutorial that includes the different types of blocks, like source/sink/sync/general
 
== Where to Find Example Code ==
 
Throughout the tutorials, it is seemingly possible to build the examples yourself until you get into higher level blocks such as "symbol_sampling.grc" in the QPSK Mod and Demod Tutorial. This text could easily be linked to the .grc file used in the tutorial.
 
* It would also be a very cool feature to have an open repository where people could post their own completed tutorial code, similarly to how Instructables.com allows users to show that they also have made the project and comment on it (example: https://www.instructables.com/Raspberry-Pi-Amateur-Radio-Digital-Clock/)

Revision as of 19:00, 3 May 2022

Please leave feedback here, just create a new subsection. You don't even have to log in, although the edit may take a day to get approved.

OOTs and C++

"Out of Tree Modules (OOTs)" and "Writing blocks in C++" clearly have some overlap that needs to be sorted out, if someone wants to tackle that it would be awesome

Types of Blocks

There should be a new or existing beginner tutorial that includes the different types of blocks, like source/sink/sync/general

Where to Find Example Code

Throughout the tutorials, it is seemingly possible to build the examples yourself until you get into higher level blocks such as "symbol_sampling.grc" in the QPSK Mod and Demod Tutorial. This text could easily be linked to the .grc file used in the tutorial.