bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
445 stars 127 forks source link

Add the capability to pass an argument to osmosdr #9

Closed asirinelli closed 12 years ago

asirinelli commented 12 years ago

A new command line option for modes_rx (-D) to be able to pass an argument to osmosdr module. It is useful for instance when using rtl_tcp, you can connect to the remote dongle by doing: modes_rx -d -D rtl_tcp=127.0.0.1:1234

Signed-off-by: Antoine Sirinelli antoine@monte-stello.com

bistromath commented 12 years ago

Done, plus allowed argument construction to UHD source via same parameter. Thanks!