User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
m (add TBD notation)
Line 14: Line 14:
* [[Flowgraph_Python_Code|'''Understanding a flowgraph's python code''']]
* [[Flowgraph_Python_Code|'''Understanding a flowgraph's python code''']]
* [[Embedded_Python_Block|'''Writing your own block''' (using Embedded Python Block)]]
* [[Embedded_Python_Block|'''Writing your own block''' (using Embedded Python Block)]]
* '''Writing the XML file for a block''' (for 3.7)
* '''Writing the XML file for a block''' (for 3.7) (TBD)
* [[YAML_GRC|'''Writing the YAML file for a block''' (new in 3.8)]]
* [[YAML_GRC|'''Writing the YAML file for a block''' (new in 3.8)]]
* [[OutOfTreeModules|'''Out of Tree modules''']]
* [[OutOfTreeModules|'''Out of Tree modules''']]
* [[Guided_Tutorial_GNU_Radio_in_C++|'''Writing blocks in C++''' (for 3.7)]]
* [[Guided_Tutorial_GNU_Radio_in_C++|'''Writing blocks in C++''' (for 3.7)]]
*  '''Writing blocks in C++''' (new in 3.8)
*  '''Writing blocks in C++''' (new in 3.8) (TBD)


== Expert User Level ==
== Expert User Level ==

Revision as of 02:07, 19 January 2020

Draft Tutorials 2.0

Beginner User Level

These tutorials are designed to guide new GNU Radio users to a better understanding of the project.

Intermediate User Level

Expert User Level

Developer Level



Content we will need to create or extract from existing work


  • Writing the XML file for a block (for 3.7)
  • Writing blocks in C++ (new in 3.8)
  • Writing flowgraphs in C++ (new to 3.8)



Content which is not used from original Tutorials page