gabiga7 / pirdf

A Radio Direction Finder program in C, to use on a Raspberry Pi and with 4 RTL_SDRr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOW TO USE :

First time installation: launcher ->install

Update:

launcher
    ->update

Start :

launcher
    ->start

Report a bug :

launcher
    ->createlogs
send .tar file to gabelga91@gmail.com with comments

Manual installation :

./source/install.sh

Automatic configuration and compilation command :

./source/configure.sh

Manual compilation command :

gcc source/main.c -g -I /usr/include -lglut -lm -lGL -lpthread -o rdf

Manual execution command :

./rdf

Radar window may takes up to 10 seconds to appear depending your device

Known issues : -Memory leak -Segfault sometimes

Created by gabiga7

About

A Radio Direction Finder program in C, to use on a Raspberry Pi and with 4 RTL_SDRr


Languages

Language:C 86.8%Language:Shell 13.2%