

-
dump1090_rs
Multi-SDR supported Rust translation of the popular dump1090 project for ADS-B demodulation
I test it all the time with my own https://github.com/rsadsb/dump1090_rs. But it should be able to use the adsbexchange c program: https://github.com/adsbxchange/readsb.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
readsb
Detached fork of Mictronics readsb and by extension dump1090-fa by mutability (by adsb-related-code)
I test it all the time with my own https://github.com/rsadsb/dump1090_rs. But it should be able to use the adsbexchange c program: https://github.com/adsbxchange/readsb.
-
I would discourage feeding adsbexchange directly from anything that's not the adsbexchange feed client .... it cuts down on the redundant messages which don't contain data that's not already been in other messages in the last half second for example. Also i'm adding latency / timing info and am about to add compression. This is only active when my readsb is sending to adsbexchange though, usually it just sends normal beast. Just for reference: https://github.com/wiedehopf/readsb (same as the one on the adsbexchange github ... i'm the author of a metric ton of clutter such as traces / --net-api-port which do work providing the backend for this page: https://globe.adsbexchange.com/ )