Creating Python OOT with gr-modtool: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(creating new tutorial page for python OOT module)
 
No edit summary
Line 1: Line 1:


move to directory
move to an appropriate directory for a new module
create the oot-module, which is a collection of packages
create the oot-module, which is a collection of packages
gr_modtool newmod ootmodule
 
$ gr_modtool newmod ootmodule
 
creates directory gr-ootmodule
creates directory gr-ootmodule
$ cd gr-ootmodule
now need to create a block within the OOT module
$ gr_modtool add testblock

Revision as of 16:33, 8 March 2022

move to an appropriate directory for a new module create the oot-module, which is a collection of packages

$ gr_modtool newmod ootmodule

creates directory gr-ootmodule

$ cd gr-ootmodule

now need to create a block within the OOT module

$ gr_modtool add testblock