gr-flarm
gr-flarm copied to clipboard
FLARM receiver for GNU Radio
trafficstars
gr-flarm
Author: Clayton Smith
Email: [email protected]
The goal of this project is to implement a receiver for FLARM signals. Version 6 of the protocol is implemented.
Build instructions:
mkdir build
cd build
cmake ../
make
sudo make install
After following the build instructions, be sure to restart GNU Radio Companion so that the new block will be available there.
Any help you can offer with reverse engineering or coding would be greatly appreciated!