Skip to content

A flight tracker working with an USB receiver and ADSB messages

Notifications You must be signed in to change notification settings

luxair/lg-radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADSB Flight Tracker

Blacklist kernel modules

The receiver usb key will trigger kernel modules used to TV reception. They must be disabled to allow rtl_adsb to work.

Create a file /etc/modprobe.d/adsb.conf

blacklist i2c_mux
blacklist rtl2832
blacklist rtl2832_sdr
blacklist dvb_core
blacklist dvb_usb_v2
blacklist dvb_usb_rtl28xxu
blacklist dvb_usb_v2

Install rtl-sdr

On Ubuntu Linux

A standard package exists and can be installed:

> sudo apt install rtl-sdr

On other systems

See rtl-sdr quick start guide

Install Python pre-requisites

pip install -r requirements.txt

Online resources

About

A flight tracker working with an USB receiver and ADSB messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published