Skip to content
/ pirdf Public

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

Notifications You must be signed in to change notification settings

gabiga7/pirdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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