You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Clayton Smith cf64622651 Change tmc_events array to C strings 3 years ago
cmake port to 3.8 4 years ago
examples port to 3.8 4 years ago
grc port to 3.8 4 years ago
include/rds port to 3.8 4 years ago
lib Change tmc_events array to C strings 3 years ago
python port to 3.8 4 years ago
swig cmake: delete leftovers from docs 4 years ago
.gitignore update gitignore 6 years ago
CMakeLists.txt cmake: adapt library versioning to GR 3.8 4 years ago
MANIFEST.md manifest debugging 2/X 8 years ago
README.md Update GR install URL (#29) 3 years ago

README.md

Development

Like GNU Radio, this module uses master and maint branches for development. These branches are supposed to be used with the corresponding GNU Radio branches. This means: the maint-3.7 branch is compatible with GNU Radio 3.7, maint-3.8 is compatible with GNU Radio 3.8, and master is compatible with GNU Radio master, which tracks the development towards GNU Radio 3.9.

Dependencies

Installation

mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

Usage

open apps/rds_rx.grc example flow graph in GNU Radio Companion.

Demos

Quick example: http://www.youtube.com/watch?v=05i9C5lhorY

HAK5 episode (including installation): http://www.youtube.com/watch?v=ukhrIl4JHbw

FOSDEM'15 talk (video and slides): https://archive.fosdem.org/2015/schedule/event/sdr_rds_tmc/

History

Continuation of gr-rds on BitBucket (originally from Dimitrios Symeonidis https://bitbucket.org/azimout/gr-rds/ and also on CGRAN https://www.cgran.org/wiki/RDS).