Giter VIP home page Giter VIP logo

ads-b-snap's Introduction

Snap package for ADS-B, Mode S, and Mode 3A/3C demodulator and decoder

Snap Package

This snap provides the dump1090 ADS-B, Mode S, and Mode 3A/3C demodulator and decoder to receive and decode aircraft transponder messages received via an SDR (software defined radio) USB dongle.

It uses the dump1090-fa fork from FlightAware.

It also includes the tar1090 web interface to display received aircrafts information and positions on map.

The web interface is available by default on port 8080 (see below for config options).

Furthermore, information for received ADB-S messages can be displayed on the console with the adb-s.view too.

The snap can be installed from the store via:

    sudo snap install ads-b

Get it from the Snap Store

Enabling services

Services provided by the snap are disabled by default. After connecting interfaces and the the SDR USB device, they can be started with

    sudo snap start --enable ads-b

Feeding data to ADS-B Exchange

It's possible to feed collected data to ADS-B Exchange.

To enable sharing run

    sudo snap start --enable ads-b.adsbxfeed

Optionally, MLAT data can be reported too. This requires setting the receiver altitude and a MLAT username too.

    sudo snap set ads-b mlat.user=<USERNAME> coord.alt=<ALTITUDE>
    sudo snap start --enable ads-b.adsbxfeed-mlat

By default, this will show the username with the GPS location on the ADS-B Exchange map. To disable this, private mode can be set:

    sudo snap set ads-b mlat.privacy=true

Feeding data to Flightradar24

It's possible to feed collected data to Flightradar24. This requires specifying the sharing key (which can be obtained from the account page).

To enable sharing run

    sudo snap set ads-b fr24.key=<KEY>
    sudo snap start --enable ads-b.fr24feed

Snap configuration options

The snap has a few configuration options:

  • coord.alt, coord.lat, coord.lon: GPS coordinates of the receiver (altitude must be in meters)
  • fr24.key: account key for the Flightradar24 feeder
  • mlat.privacy: whether to set private mode for MLAT reporting (true/false)
  • mlat.user: user for MLAT reporting with ADS-B Exchange
  • web.port: TCP port for the web interface (default: 8080)

Services are automatically restarted on configuration changes.

ads-b-snap's People

Contributors

albertodonato avatar

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.