gr-satnogs/docs
Manos Surligas 08002b27cc Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
..
doxygen Create the README and the OOT module structure. 2016-01-07 21:24:51 +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)