Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.17 KB

File metadata and controls

34 lines (24 loc) · 1.17 KB

SQUITTERATOR: ADS-B Mode S Decoder

Welcome to Squitterator, an ADS-B Mode S decoder application! This project is a modernization of my original Perl-based ADS-B Mode S decoder study from 2013, now rewritten in Rust.

Installation

To get started with Squitterator, you'll need the Rust toolchain installed on your system. If you haven't already set it up, you can find detailed instructions on how to do so here.

git clone https://github.com/meslab/squitterator.git
cd squitterator/
make install

Usage

squitterator -t <hostname>:30002

make sure to check help section of the command

squitterator -h

References