Coder Social home page Coder Social logo

pommaq / dump1090 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 785 KB

Based on Antirez' dump1090, this is a C++ port which will potentially become platform independent and use OpenCL GPU acceleration for processing messages where applicable.

CMake 0.86% C++ 90.50% HTML 8.41% Python 0.23%
1090mhz ads-b adsb aircraft radio rtl-sdr sdr

dump1090's People

Contributors

antirez avatar fdb avatar kheyse avatar pommaq avatar skreuzer avatar steve-m avatar tyrower avatar wizardishungry avatar xmw avatar yuvadm avatar

Stargazers

 avatar

Watchers

 avatar

dump1090's Issues

Set workflow to use a modern Fedora runner

The builtin Ubuntu runner doesnt have access to the semaphore header in C++. This is a feature we sort of need... While this could be self-implemented I think its much better to simply run a more sensible vesion of G++.

Decrease "coupling" in program sourcecode

The current layout of the program feels like a massive blob and is very hard to refactor into the way I want it to be. It should be segmented into multiple parts with interfaces for the rest of the code. For example the data source should be transparent whether or not its a rtlsdr or a file.

Break down the layered approach of handling package into something linear

The current design requires us to know whether or not a package is broken or not before grabbing the next one (since it skips any byte that are part of a good message) by passing the packet up the layers before continuing. This needs to be broken apart but there is a design decision that needs to be done:
Since we won't know if a packet is good or not (or rather, if broken ones are fixable) when grabbing data, should we always assume a packet is good and skip the next bytes that belong to it, or always assume its bad and find "subpackets"?

Improve CRC calculation performance

Currently a ton of time is spent on calculating crcs, even if nothing in the message has changed.
We can optimize this by caching the result of the crc inside the class, and letting the cache be invalidated whenever the message is written to, for example by overloading [] operator.

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.