Git Product home page Git Product logo

libdump1090's Introduction

libdump1090 README

libdump1090 is based on Dump 1090 which is a Mode S decoder specifically designed for RTLSDR devices.

The main features are:

  • Robust decoding of weak messages, with mode1090 many users observed improved range compared to other popular decoders.
  • Single bit errors correction using the 24 bit CRC.
  • Ability to decode DF11, DF17 messages.
  • Ability to decode DF formats like DF0, DF4, DF5, DF16, DF20 and DF21 where the checksum is xored with the ICAO address by brute forcing the checksum field using recently seen ICAO addresses.

Installation

On Linux and OS X run the following command first:

gcc -fPIC -g -c -Wall mode_s.c

On Linux then run:

gcc -shared -o libmodes.so mode_s.o /usr/lib/x86_64-linux-gnu/libm.so

On OS X then run:

gcc -dynamiclib -o libmodes.so mode_s.o

To cross-compile for windows with mingw on linux (for 64bit):

/usr/bin/x86_64-w64-mingw32-gcc -g -c -Wall mode_s.c /usr/bin/x86_64-w64-mingw32-gcc -shared -o libmodes.dll mode_s.o -Wl,--out-implib,libmodes.a

For windows 32 bit use:

/usr/bin/i686-w64-mingw32-gcc -g -c -Wall mode_s.c /usr/bin/i686-w64-mingw32-gcc -shared -o libmodes.dll mode_s.o -Wl,--out-implib,libmodes.a

Limitations

This actually does work only, if the data is exactly 1024KByte in size.

Credits

Dump1090 was written by Salvatore Sanfilippo [email protected] and is released under the BSD three clause license.

libdump1090 was written by Sebastian Muszytowski and is released under the BSD three clause license.

libdump1090's People

Contributors

malcolmrobb avatar antirez avatar muzy avatar hhm0 avatar mutability avatar matthewbrandes avatar ddeitterick avatar bovine avatar tslocum avatar ukuehn avatar elverde avatar mfa avatar steve-m avatar hornig avatar papasven avatar termigrator avatar

Watchers

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