https://github.com/argilo/gr-flarm
FLARM receiver for GNU Radio
https://github.com/argilo/gr-flarm
hacktoberfest
Last synced: 5 months ago
JSON representation
FLARM receiver for GNU Radio
- Host: GitHub
- URL: https://github.com/argilo/gr-flarm
- Owner: argilo
- License: gpl-3.0
- Created: 2014-07-26T04:37:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T15:59:32.000Z (over 2 years ago)
- Last Synced: 2025-08-08T08:00:04.642Z (11 months ago)
- Topics: hacktoberfest
- Language: CMake
- Homepage:
- Size: 275 KB
- Stars: 29
- Watchers: 12
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
gr-flarm
========
Author: Clayton Smith
Email:
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!