readsb

ADS-B decoder and Mode S receiver for aircraft tracking

brewmacoslinux
Try with needOr install directly
Source

About

ADS-B decoder swiss knife

Commands

readsb

Examples

Start readsb to receive and decode ADS-B signals from RTL-SDR dongle$ readsb --device-type rtlsdr --gain auto --net
Decode ADS-B data from a file and output JSON format$ readsb --input-file adsb_data.bin --json-output
Run readsb with specific RTL-SDR device and enable network mode on port 30005$ readsb --device-type rtlsdr --device 0 --net --net-bind-address 0.0.0.0 --net-ri-port 30005