Giter Club home page Giter Club logo

adsb_range's Introduction

adsb_range

Display the range of ADS-B receivers in a kml file.

Description

adsb_range is a short python program that connects to an ADSB receiver that produces output in basestation (csv) format. As it gathers aircraft positions, it keeps track of the farthest points away from the receiver.

It periodically (every 5 minutes) writes the coordinates of these points to a *.kml file for easy viewing in maping programs. Collection will stop after 24 hours.

Requirements

No specific packages are required, but if Twisted is installed, it will be used.

Usage

Basic usage is to specify the address of an ADSB receiver that is providing basestation data on the default port. The location of the receiver will be 'guessed' based on the messages being received.

python adsb_range.py -a [ip address of adsb receiver]

The receiver's location can also be given.

python adsb_range.py -a [ip address of adsb receiver] --lat [latitude of antenna in decimal] --lon [longitude of antenna in decimal]

Example: python adsb_range.py -a 192.168.0.100 --lat 45.678 --lon -87.654

or: python adsb_range.py -a 192.168.0.100 -p 30003 --lat 45.678 --lon -87.654 -n filteradded

References

Uses py1090 message library from https://github.com/jojonas/py1090

License

Apache 2.0 - see LICENSE.txt

adsb_range's People

Contributors

tpainter avatar

Watchers

James Cloos 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.