Skip to content

Dump1090 is a simple Mode S decoder for RTLSDR devices

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

beaugrantham/dump1090

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dump1090

This is a fork of flightaware/dump1090 with UI tweaks and Docker support. The Docker image includes NGINX for the web UI.

Building

docker build -t beaugrantham/dump1090:4.0.0 .

Running

docker run \
  -dit \
  -p 8080:8080 \
  --name dump1090 \
  --device /dev/bus/usb \
  beaugrantham/dump1090:4.0.0 \
  --lat 0.0 \
  --lon 0.0 \
  --quiet

UI

Visit http://localhost:8080/.

Optionally use --interactive.

Optionally use --net and map ports 30001-30005,30104 to use a 1090 viewer.

About

Dump1090 is a simple Mode S decoder for RTLSDR devices

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 60.0%
  • JavaScript 25.9%
  • CSS 6.3%
  • HTML 4.6%
  • Python 1.9%
  • Makefile 0.8%
  • Other 0.5%