From f5c35f6fe5d0973997594e70d1f979fc57689e38 Mon Sep 17 00:00:00 2001 From: Hannes Matuschek Date: Thu, 24 Jul 2014 14:06:45 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ff5f186..4c24d41 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ **First of all:** I assembled this library for my one entertainment and to learn something about software defined radio. If you are interested into a full-featured, performant SDR framework, consider using GNU radio (http://gnuradio.org). +SRD-RX + +Although being simple, libsdr is sufficient to write a simple SDR receiver application (http://github.com/hmatuschek/sdr-rx, above). This RX application supports several input sources (i.e. sound card, files, RTL2382 dongles etc.) and modes (i.e. AM, FM, SSB, CW, etc.). + ## Build