readsb VS mlat-client

Compare readsb vs mlat-client and see what are their differences.

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 mlat-client
22 1
295 16
- -
9.0 0.0
1 day ago 8 months ago
C Python
GNU General Public License v3.0 or later GNU General Public License v3.0 only
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

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

mlat-client

Posts with mentions or reviews of mlat-client. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-09.
  • 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" ]

What are some alternatives?

When comparing readsb and mlat-client you can also consider the following projects:

dump1090 - Dump1090 is a simple Mode S decoder for RTLSDR devices

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

readsb - Readsb is a Mode-S/ADSB/TIS decoder for RTLSDR, BladeRF, Modes-Beast and GNS5894 devices.

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

dump1090 - Dump1090 is a simple Mode S decoder for RTLSDR devices

adsb-scripts - Solutions to common problems for rtl_sdr / ADS-B stuff

adsb-exchange - ADS-B Exchange Linux Setup Scripts

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

readsb - Detached fork of Mictronics readsb and by extension dump1090-fa by mutability

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.

dump1090_rs - Multi-SDR supported Rust translation of the popular dump1090 project for ADS-B demodulation