daniestevez / gr-satellites

GNU Radio decoder for Amateur satellites
GNU General Public License v3.0
776 stars 161 forks source link

Specific flowgraph in gr satellites #538

Closed Foxiks closed 8 months ago

Foxiks commented 8 months ago

Hello! I would like to clarify if I can add my grc file to gr-satellites for a specific satellite? What should I add to the project so that when calling gr_satellites and specifying the name of the satellite, a certain flowgraph will work?

daniestevez commented 8 months ago

Hi, GRC files for a specific satellite go into examples/satellites. This isn't tied in any way to the gr_satellites CLI app or the Satellite Decoder GRC block. In order for a specific satellite to work with gr_satellites and the Satellite Decoder block it is necessary to:

Foxiks commented 8 months ago

Thanks!