readsb-protobuf VS dump1090

Compare readsb-protobuf vs dump1090 and see what are their differences.

readsb-protobuf

Readsb is a Mode-S/ADSB/TIS decoder for RTLSDR, BladeRF, Modes-Beast and GNS5894 devices. Future development version with protocol buffer storage. (by Mictronics)

dump1090

Dump1090 is a simple Mode S decoder for RTLSDR devices (by flightaware)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
readsb-protobuf dump1090
7 16
85 851
- 1.6%
7.7 6.8
6 days ago 17 days ago
C C
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

readsb-protobuf

Posts with mentions or reviews of readsb-protobuf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-20.

dump1090

Posts with mentions or reviews of dump1090. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-28.
  • Planespotting with Rust: using nom to parse ADS-B messages
    5 projects | dev.to | 28 Oct 2023
    ADS-B is a protocol used by aircrafts to broadcast their position, altitude, speed, and other information. Nowadays, the majority of aircrafts broadcast ADS-B messages constantly. Anyone with the right equipment can listen to these messages. You can buy a relatively cheap USB dongle with an antenna on Amazon and install drivers for it on Linux. In my case I used usbipd-win to mount the USB device inside Ubuntu running in WSL2. Then I installed the Linux drivers and dump1090, a program that makes use of these drivers and then outputs ADS-B messages in a format that is easy to parse. While you can use dump1090 to display a neat table full of information about aircrafts, I wanted to use its raw output capabilities to parse ADS-B messages myself. It starts a simple TCP server that outputs raw ADS-B messages wrapped in Mode-S Beast frames. I'm not sure what Beast means, but I found something that looks like its spec here.
  • Can't display planes on local web server (FA-Dump1090)
    2 projects | /r/RTLSDR | 2 Jan 2023
  • Issues displaying planes on local web server (FA-Dump1090)
    1 project | /r/ADSB | 2 Jan 2023
  • Mobile Fun
    2 projects | /r/ADSB | 12 Apr 2022
    git clone https://github.com/flightaware/dump1090.git
  • PiAware 7 Beta Released
    3 projects | /r/ADSB | 21 Dec 2021
    Minor bug fixes and improvements to piaware, dump1090-fa, dump978-fa.
  • looking for improvements / feedback on my Docker-based ADSB feeder
    3 projects | /r/ADSB | 9 Dec 2021
    FROM buildpack-deps:bullseye-curl RUN apt-get update && \ apt-get install -y --no-install-recommends \ build-essential \ libncurses5-dev \ librtlsdr0 \ librtlsdr-dev \ libusb-1.0-0-dev \ pkg-config \ python3-dev \ supervisor ENV READSB_VERSION v3.9.0 ENV READSB_URL https://github.com/Mictronics/readsb/archive/${READSB_VERSION}.tar.gz RUN \ mkdir -p /tmp/readsb && \ cd /tmp/readsb && \ curl -sSL -o readsb.tar.gz ${READSB_URL} && \ tar xvf readsb.tar.gz --strip-components=1 && \ make RTLSDR=yes && \ mv readsb viewadsb /usr/local/bin && \ cd / && \ rm -r /tmp/readsb ENV DUMP1090_VERSION v6.1 ENV DUMP1090_URL https://github.com/flightaware/dump1090/archive/refs/tags/${DUMP1090_VERSION}.tar.gz RUN \ mkdir -p /tmp/dump1090 && \ cd /tmp/dump1090 && \ curl -sSL -o dump1090.tar.gz ${DUMP1090_URL} && \ tar xvf dump1090.tar.gz --strip-components=1 && \ make RTLSDR=yes && \ mv dump1090 view1090 /usr/local/bin && \ cd / && \ rm -r /tmp/dump1090 ENV MLAT_CLIENT_VERSION v0.3.8 ENV MLAT_CLIENT_URL https://github.com/adsbxchange/mlat-client/archive/${MLAT_CLIENT_VERSION}.tar.gz RUN \ mkdir -p /tmp/mlat && \ cd /tmp/mlat && \ curl -sSL -o mlat.tar.gz ${MLAT_CLIENT_URL} && \ tar xvf mlat.tar.gz --strip-components=1 && \ ./setup.py install && \ cd / && \ rm -r /tmp/mlat COPY dump1090.sh mlat-client.sh readsb.sh supervisord.conf /srv/ CMD [ "supervisord", "-c", "/srv/supervisord.conf" ]
  • Adding CFLAGS to a makefile
    3 projects | /r/AskProgramming | 27 Sep 2021
    For rtl1090, is this one what you're looking at? I'm not super well-versed in SDR, so I'm not familiar with the state of the software stacks/standard forks/etc. That project built cleanly for me on GCC 11.2.1, though. It actually manually defines -fno-common in its Makefile though, so I'd guess I'm looking at a different version of the software.
  • Announcing the release of PiAware 6.0!
    2 projects | /r/ADSB | 2 Sep 2021
  • Hey, I’d love to get into ADS-B tracking and I’m not sure where to start
    4 projects | /r/ADSB | 16 Mar 2021
    dump1090 or readsb (wiedehopf also has a bunch of related utilities/guides on github)
  • Looking for technical documents
    3 projects | /r/ADSB | 12 Feb 2021
    https://github.com/flightaware/dump1090 (used by flightaware)

What are some alternatives?

When comparing readsb-protobuf and dump1090 you can also consider the following projects:

tar1090 - Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa

readsb - ADS-B decoder swiss knife

docker-readsb-protobuf - Multi-architecture readsb-protobuf container with support for RTLSDR, bladeRF and plutoSDR (x86_64, arm32v7, arm64v8)

rtl-wmbus - Software defined receiver for wireless M-Bus with RTL-SDR

dump978 - FlightAware's 978MHz UAT demodulator

plane-notify - Notify if a selected plane has taken off or landed using ADS-B data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, Mastodon, and Telegram

mlat-client - Mode S multilateration client

adsb_deku - ✈️ Rust ADS-B decoder + tui radar application

adsb-exchange - ADS-B Exchange Linux Setup Scripts

portapack-havoc - Custom firmware for the HackRF SDR + PortaPack H1 addon

graphs1090 - Graphs for readsb / dump1090-fa / dump1090 (based on dump1090-tools by mutability)