gr-satnogs/apps/flowgraphs/satellites
Patrick Dohmen 255277f773 Add missing parameter "udp_IP"
Added the missing parameter "udp_IP" to get the UDP sink working.

Fixes issue #131
2018-11-24 00:26:26 +02:00
..
CMakeLists.txt Add flowgraph for the FOX DUV decoder and update README 2018-03-24 21:43:18 +02:00
README.md Add documentation file 2017-07-24 16:43:13 +03:00
amsat_fox_duv_decoder.grc Add missing parameter "udp_IP" 2018-11-24 00:26:26 +02:00
meteor_decoder.grc Fix LO offset correction 2018-11-24 00:25:32 +02:00
mpla.ogg Add libfec as external project 2018-03-24 21:43:18 +02:00
noaa_apt_decoder.grc Connect waterfall sink in front of filter 2018-07-18 12:24:16 +03:00
satnogs_amsat_fox_duv_decoder.py Add missing parameter "udp_IP" 2018-11-24 00:26:26 +02:00
satnogs_meteor_decoder.py Fix LO offset correction 2018-11-24 00:25:32 +02:00
satnogs_noaa_apt_decoder.py Connect waterfall sink in front of filter 2018-07-18 12:24:16 +03:00
upsat_afsk_receiver.grc Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_afsk_transmitter.grc Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_fsk_receiver.grc Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_fsk_transmitter.grc Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_transceiver_cli.grc Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_transceiver_cli.py Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_transceiver_qt.grc Dev (#67) 2017-03-23 03:22:08 +02:00
upsat_transceiver_qt.py Remove obsolete examples 2018-03-20 20:40:13 +02:00

README.md

SatNOGS NOAA APT Decoder

--antenna: Specify the RX antenna of SDR device

--bb-gain: Specify the baseband (BB )gain of the SDR device

--dev-args: Set device specific arguments

--doppler-correction-per-sec: Doppler corrections per second

--file-path: File path of the output audio file

--if-gain: Specify the intermediate frequency (IF) gain of the SDR device

--image-file-path: File path of the output image file(s)

--lo-offset: Local oscillator offset

--ppm: Set PPM

--rf-gain: Specify the radio frequency (RF) gain of the SDR device

--rigctl-port: Specify the listening port of the rigctl daemon (rigctld)

--rx-freq: Set the target frequency of the satellite

--rx-sdr-device: Specify the RX SDR device. Possible values: ['usrpb200','usrp2','rtlsdr','airspy','hackrf']

--waterfall-file-path: File path of the output waterfall data file

--split-images: Split the two images contained in the received image. Use 1 for Yes, 0 for No

--sync: Synchronize image to the APT training sequence. Use 1 for Yes, 0 for No

--flip-images: Rotate images 180 degrees. Use 1 for Yes, 0 for No