Git Product home page Git Product logo

docker-flightradar24-feeder's Introduction

docker-flightradar24-feeder

Feed the ADS/B data from a $10 RTLSDR dongle to http://flightradar24.com for a premium subscription

sign up

To sign up for the first time and acquire a flightradar24 key:

$ bin/signup.sh

After that start the feeder with the key:

$ bin/start.sh

Or start the docker container manually:

 $ docker run -d \
   --name flightradar_feeder \
   --restart=always \
   --privileged \
   -p 8080:8080 \
   -p 8754:8754 \
   -p 30001:30001 \
   -p 30002:30002 \
   -p 30003:30003 \
   -p 30334:30334 \
   marcelmaatkamp/flightradar24-feeder --fr24key=<flightradar24 signup key>

See a plot of your locally received airplanes on: http://dockerhost:8080

See a statistics page about the data send to flightradar24: http://dockerhost:8754

And when everything is ok, your subscription will change to premium for 7 days: https://www.flightradar24.com/premium/feed_stats.php

dump1090 on :8080

flightradar feed

docker-flightradar24-feeder's People

Contributors

marcelmaatkamp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docker-flightradar24-feeder's Issues

Update to 1.0.34-0

Hi,
I received an email from flightradar because my version is out of date...
The last version is 1.0.34-0 (the url changes)
Is-it possible to update ?
I get an error when i tried to rebuild the image

Step 2/8 : RUN  add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update && apt-get install -y wget gcc-4.9 g++-4.9 && rm -rf /var/lib/apt/lists/*
 ---> Running in bcbc4d5b83e6
Cannot add PPA: 'ppa:ubuntu-toolchain-r/test'.
Please check that the PPA name or format is correct.

Thanks

any further config instructions

i am running this docker on my synologynas and having to add enviromental settings cannot seem to get it working any further to your readme file would be great

image

SHARING_KEY My key
HOST 192.168.x.x:10001 my SBS3
RECEIVERsbs3tcp
BSyes
RAWyes
LOGMODE2
WINDOWMODE0
MPXyes
MLATyes
MLAT_WITHOUT_GPSyes
SBS_feed yes

Trying to run in Portainer on RPi 4 and getting an error

Was wondering if you have any insights, the error I'm getting is: exec ./fr24feed: exec format error

Portainer Stack is:
version: '2'
services:
flightradar_feeder:
network_mode: host
image: marcelmaatkamp/flightradar24-feeder
command: marcelmaatkamp/flightradar24-feeder --fr24key=**************
restart: always
privileged: true
ports:
- 8080:8080
- 8754:8754
- 30001:30001
- 30002:30002
- 30003:30003
- 30334:30334
I know you created the docker image and not a Portainer one but I'm not sure what's going on and would love any help if you have insights here.

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.