Coder Social home page Coder Social logo

docker-dump1090-fr24feed's Introduction

Dump1090, FR24Feed, and Flightaware on Docker (RTL-SDR V4)

build

This is a version of Dump1090 with the RTL-SDR V4 driver running FlightAware and FR24Feed

Docker images in use uacmarine556/dump1090 and uacmarine556/fr24feed.

Prerequisites

Raspberry Pi

Before you fire up the container make sure your pi has the dvb_usb_rtl28xxu driver blacklisted, and rebooted

echo 'blacklist dvb_usb_rtl28xxu' | sudo tee --append /etc/modprobe.d/blacklist-dvb_usb_rtl28xxu.conf

Windows

Pass USB device on Windows to WSL

Official Documentation

Run the following commands in powershell

  1. Install winget install --interactive --exact dorssel.usbipd-win
  2. Run usbipd list before plugging in USB
  3. Plug in USB then run usbipd list again to determine the busid of the device
  4. Run usbipd bind --busid <busid>
  5. Check /dev/bus/usb for existing devices
  6. Run usbipd attach --wsl --busid <busid>
  7. Verify in WSL with lsusb command that the device is there
  8. Check /dev/bus/usb for the new device

Usage

Run

docker-compose up

Build Locally

cd dump1090
docker build . -t uacmarine556/dump1090
cd ..
cd fr24feed
docker build . -t uacmarine556/fr24feed

Accessing Skyview

Visit http://localhost:8024

Accessing FR24Feed

Visit http://localhost:8754

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.