gr-satnogs/docs
Manolis Surligas cd5dfc69c9 Updated library and Swig files to GNU Radio 3.8 2019-12-02 21:53:26 +02:00
..
assets Add developers information on README 2019-09-30 19:32:21 +03:00
doxygen Updated library and Swig files to GNU Radio 3.8 2019-12-02 21:53:26 +02:00
CMakeLists.txt Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
README.satnogs Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00

README.satnogs

This is the satnogs-write-a-block package meant as a guide to building
out-of-tree packages. To use the satnogs blocks, the Python namespaces
is in 'satnogs', which is imported as:

    import satnogs

See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:

    help(satnogs)