9
« Last post by abcd567 on February 12, 2026, 08:38:30 PM »
Radarbox24 do NOT (yet) provide their feeder sofware for amd64 / x86_64 computers.
I have forked source-code of airnavsystem/rbfeeder at Github. The last update to airnavsystem source code was made 4 years ago when Bullseys was the latest OS. Now this code fails to compile on Bookworm, Trixie, Jammy & Noble.
I made necessary modifications to my forked copy of airnavsystem/rbfeeder code, and now it compiles successfully on Bookworm, Trixie, Jammy, and Noble.
Using source-code of my updated fork, I have compiled rbfeeder packages on PC running following AMD64 / x86_64 OS
(1) Debian 13 Trixie
(2) Ubuntu 24 Noble
I have uploaded these packages to my GitHub repository.
Using following method, anyone can download & install these pre-built packages on their PC / Laptop running amd64 / x86_64 version of Debian 13 (Trixie) or Ubuntu 24 (Noble) :
(1) DEBIAN 13 TRIXIE
## Command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full
wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/rbfeeder_1.0.20_trixie_amd64.deb
sudo dpkg -i rbfeeder_1.0.20_trixie_amd64.deb
## The above command will give error message (Missing dependencies), and halt.
## Issue command below to fix the issue of missing dependencies.
## It will start installing missing dependencies and complete the installation of rbfeeder.
sudo apt --fix-broken install
After above command completes installation, issue followin 3 VERY IMPORTANT command:
## Command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full
sudo wget -O /etc/udev/rules.d/rtl-sdr.rules https://github.com/abcd567a/temp/raw/main/rtl-sdr.rules
sudo usermod -aG plugdev rbfeeder
sudo reboot
## After reboot check status. Signup for a new key, or enter your existing key in file /etc/rbfeeder.ini
sudo systemctl status rbfeeder
Install mlat-client pre-built package on Debian 13 (Trixie):
sudo apt install python3-pyasyncore
wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/mlat-client_0.2.13_trixie_amd64.deb
sudo dpkg -i mlat-client_0.2.13_trixie_amd64.deb
sudo systemctl restart rbfeeder
(2) UBUNTU 24 NOBLE
## The command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full
wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/rbfeeder_1.0.20_noble_amd64.deb
sudo dpkg -i rbfeeder_1.0.20_noble_amd64.deb
## The above command will give error message (Missing dependencies), and halt.
## Issue command below to fix the issue of missing dependencies.
## It will start installing missing dependencies and complete the installation of rbfeeder.
sudo apt --fix-broken install
After above command completes installation, issue followin 3 VERY IMPORTANT command:
## The command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full
sudo wget -O /etc/udev/rules.d/rtl-sdr.rules https://github.com/abcd567a/temp/raw/main/rtl-sdr.rules
sudo usermod -aG plugdev rbfeeder
sudo reboot
## After reboot check status. Signup for a new key, or enter your existing key in file /etc/rbfeeder.ini
sudo systemctl status rbfeeder
Install mlat-client pre-built package on Ubuntu 24 (Noble):
sudo apt install python3-pyasyncore
wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/mlat-client_0.2.13_noble_amd64.deb
sudo dpkg -i mlat-client_0.2.13_noble_amd64.deb
sudo systemctl restart rbfeeder
.