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
438 stars 126 forks source link

Fix crash with missing gr.udp_source() in gnuradio-companion 3.7.7.1. #70

Closed KART35 closed 9 years ago

KART35 commented 9 years ago

Changed gr.udp_source() to blocks.udp_source().