Coder Social home page Coder Social logo

go-adsb's Introduction

Overview

PkgGoDev GitHub GitHub tag (latest SemVer) Build Status codecov

go-adsb is a Go module that includes packages for working with ADS-B and Mode S aircraft transponder data.

beast

The beast package is a low-level library for handling data in Mode S Beast format, as provided by common software such as dump1090. Decoder provides a consumer for an io.Reader such as net.Conn, which will then parse a Beast stream into individual frames. These frames are passed to a BinaryUnmarshaler via Decode. The provided Frame is a BinaryUnmarshaler that provides methods to extract the Beast data such as timestamp and signal level, as well as the enclosed Mode S or ADS-B data.

adsb

The adsb package is a library for decoding Mode S and ADS-B transponder messages. RawMessage is a low-level wrapper that provides access to arbitrary bit sequences and named message fields. Message is a higher-level abstraction that provides functions to retrieve decoded values such as altitude and callsign from the encoded data.

Both Message and RawMessage designed to accept a beast.Frame to provide a complete solution for decoding usable values from an incoming data stream.

adsbtype

The adsbtype package provides constants for Mode S and ADS-B data fields that have fixed values. Converting the value to a provided data type allows the text description of the value to be returned via the %s operator in Printf-style operations.

Usage

See the documentation on pkg.go.dev for import paths and usage information.

About

go-adsb is maintained by Collin Kreklow. The source code is licensed under the terms of the MIT license, see LICENSE.txt for further information.

go-adsb's People

Contributors

cjkreklow avatar pancpp avatar leyuanpanbluvec avatar yangjihui99 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.