bastibl / gr-rds

FM RDS/TMC Transceiver
http://en.wikipedia.org/wiki/Radio_Data_System
GNU General Public License v3.0
219 stars 73 forks source link

Use PDUs for communication from decoder to parser #14

Closed jonathanbrucker closed 8 years ago

jonathanbrucker commented 8 years ago

Convert decoder and parser to use PDUs instead of raw messages, making them compatible with other gnuradio PDU processing blocks.

Signed-off-by: Jonathan Brucker jonathan.brucke@gmail.com

jonathanbrucker commented 8 years ago

Used in: https://rftap.github.io/blog/2016/08/27/decoding-rds-with-rftap.html

bastibl commented 8 years ago

gr-rftap looks really cool. Thanks for sharing.