Skip to content

dump1090-fa, piaware and fr24feed together with docker-compose

Notifications You must be signed in to change notification settings

vkorobov/adsb-docker-raspberrypi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adsb-docker

dump1090-fa + piaware + fr24feed with docker-compose on rasberry pi.

Upload ADS-B data from a local rtlsdr receiver to Flightaware and Flightradar24.

Configuration

Set correct values in .env file

LAT=
LON=
FLIGHTAWARE_USER=
FLIGHTAWARE_PASSWORD=
FLIGHTAWARE_FEEDER_ID=
RECEIVER_HOST=dump1090-fa
RECEIVER_PORT=30005
RECEIVER_MLAT_PORT=30104
FR24_KEY=

Additionally, you have to blacklist the dvb_usb_rtl28xxu module on the host.
To do this, put the following lines into /etc/modprobe.d/blacklist.conf:

blacklist dvb_usb_rtl28xxu
blacklist rtl2832

About

dump1090-fa, piaware and fr24feed together with docker-compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 77.2%
  • Shell 18.9%
  • Smarty 3.9%