RBFeeder is a ADS-B client software used by AirNav to decode Mode S messages and send to our processing servers.
You can find more information about usage in RadarBox website.
This software is based on open-source softwares provided by Oliver Jowett (mutability) dump1090-mutability and FlightAware dump1090-fa
It is designed to build as a Debian package, but should also be buildable on many other Linux or Unix-like systems.
protobuf-c-compiler libncurses-dev libjansson-dev libglib2.0-dev libprotobuf-c-dev libcurl4-openssl-dev dh-sysuser devscripts librtlsdr-dev
$ sudo apt-get install build-essential fakeroot debhelper librtlsdr-dev pkg-config dh-systemd libncurses5-dev protobuf-c-compiler libjansson-dev libglib2.0-dev libprotobuf-c-dev libcurl4-openssl-dev dh-sysuser devscripts librtlsdr-dev
$ dpkg-buildpackage -b --no-sign
Nothing special, just build it (dpkg-buildpackage -b
)