cat /proc/cpuinfo | grep Model
Model : Raspberry Pi 4 Model B Rev 1.5
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 13 (trixie)
Release: 13
Codename: trixie
(1) Installation of piaware ver 11.0~dev
(1.1) Installed Dependencies:
sudo apt install -y \
debhelper \
tcl8.6-dev \
autoconf \
python3-dev \
python3-setuptools \
python3-wheel \
python3-build \
python3-pip \
libz-dev \
libboost-system-dev \
libboost-program-options-dev \
libboost-regex-dev \
libboost-filesystem-dev \
patchelf \
python3-filelock \
python3-pyasyncore
(1.2) The apt provided tcl-tls ver 1.8.0-2 results in failure of piaware.
Build & installed Flightaware provided tcl-tls ver 1.7.22-2+fa1
sudo apt install -y \
libssl-dev \
tcl-dev \
chrpath
sudo apt --fix-broken install
git clone --depth 1 http://github.com/flightaware/tcltls-rebuild
cd tcltls-rebuild
sudo ./prepare-build.sh bullseye
cd package-bullseye
sudo dpkg-buildpackage -b --no-sign
cd ../
sudo dpkg -i tcl-tls_1.7.22-2+fa1_*.deb
sudo apt-mark hold tcl-tls
(1.3) Cloned source code, build and installed package:
git clone --depth 1 -b dev https://github.com/flightaware/piaware_builder piaware_builder-dev
cd piaware_builder-dev
sudo ./sensible-build.sh trixie
cd package-trixie
sudo dpkg-buildpackage -b --no-sign
cd ../
sudo dpkg -i piaware_11.0~dev_*.deb
(2) Installed dump1090-fa
(2.1) Installed Dependencies:
librtlsdr-dev \
libbladerf-dev \
libhackrf-dev \
liblimesuite-dev \
libsoapysdr-dev \
libusb-1.0-0-dev \
libncurses5-dev
sudo apt --fix-broken install
(2.2) Cloned source code, build and installed package:
git clone --depth 1 -b dev https://github.com/flightaware/dump1090 dump1090-dev
cd dump1090-dev
sudo ./prepare-build.sh trixie
cd package-trixie
sudo dpkg-buildpackage -b --no-sign
cd ../
sudo dpkg -i dump1090-fa_11.0~dev_*.deb
$ apt-cache policy piaware
piaware:
Installed: 11.0~dev
Candidate: 11.0~dev
Version table:
*** 11.0~dev 100
100 /var/lib/dpkg/status
$ apt-cache policy dump1090-fa
dump1090-fa:
Installed: 11.0~dev
Candidate: 11.0~dev
Version table:
*** 11.0~dev 100
100 /var/lib/dpkg/status
SITE-114692
https://www.flightaware.com/adsb/stats/user/abcd567
sudo journalctl -u piaware -b | grep site
Apr 02 22:34:05 rpios-Trixie piaware[1162]: site statistics URL: https://flightaware.com/adsb/stats/user/abcd567#stats-114692
pi@rpios-Trixie:~ $ sudo journalctl -u piaware -n 10
Apr 02 22:54:37 rpios-Trixie piaware[1162]: 3093 msgs recv'd from dump1090-fa (767 in last 5m); 3073 msgs sent to FlightAware
Apr 02 22:59:37 rpios-Trixie piaware[1162]: 3914 msgs recv'd from dump1090-fa (821 in last 5m); 3894 msgs sent to FlightAware
Apr 02 23:04:37 rpios-Trixie piaware[1162]: 4744 msgs recv'd from dump1090-fa (830 in last 5m); 4724 msgs sent to FlightAware
Apr 02 23:05:25 rpios-Trixie piaware[1162]: mlat-client(1275): Receiver status: connected
Apr 02 23:05:25 rpios-Trixie piaware[1162]: mlat-client(1275): Server status: synchronized with 278 nearby receivers
Apr 02 23:05:25 rpios-Trixie piaware[1162]: mlat-client(1275): Receiver: 113.4 msg/s received 48.5 msg/s processed (43%)
Apr 02 23:05:25 rpios-Trixie piaware[1162]: mlat-client(1275): Server: 0.0 kB/s from server 0.0kB/s TCP to server 0.6kB/s UDP to server
Apr 02 23:05:25 rpios-Trixie piaware[1162]: mlat-client(1275): Aircraft: 10 of 12 Mode S, 21 of 26 ADS-B used
Apr 02 23:09:37 rpios-Trixie piaware[1162]: 5472 msgs recv'd from dump1090-fa (728 in last 5m); 5452 msgs sent to FlightAware
Apr 02 23:14:37 rpios-Trixie piaware[1162]: 6204 msgs recv'd from dump1090-fa (732 in last 5m); 6184 msgs sent to FlightAware




