Install Piaware on Ubuntu-26 LTS (Resolute Raccoon)

 

abcd@ubuntu-26:~$ sudo journalctl -u piaware -n 15  
May 18 21:53:12 ubuntu-26 piaware[10394]: mlat-client(10419): Beast-format results connection with 127.0.0.1:30104: connection established
May 18 21:53:42 ubuntu-26 piaware[10394]: 252 msgs recv'd from dump1090-fa; 252 msgs sent to FlightAware
May 18 21:53:42 ubuntu-26 piaware[10394]: 1 msgs recv'd from dump978-fa; 1 msgs sent to FlightAware
May 18 21:58:42 ubuntu-26 piaware[10394]: 2126 msgs recv'd from dump1090-fa (1874 in last 5m); 2126 msgs sent to FlightAware
May 18 21:58:42 ubuntu-26 piaware[10394]: 1 msgs recv'd from dump978-fa (0 in last 5m); 1 msgs sent to FlightAware
May 18 22:03:42 ubuntu-26 piaware[10394]: 3948 msgs recv'd from dump1090-fa (1822 in last 5m); 3948 msgs sent to FlightAware
May 18 22:03:42 ubuntu-26 piaware[10394]: 3 msgs recv'd from dump978-fa (2 in last 5m); 3 msgs sent to FlightAware
May 18 22:08:11 ubuntu-26 piaware[10394]: mlat-client(10419): Receiver status: connected
May 18 22:08:12 ubuntu-26 piaware[10394]: mlat-client(10419): Server status:   synchronized with 304 nearby receivers
May 18 22:08:12 ubuntu-26 piaware[10394]: mlat-client(10419): Receiver:  298.2 msg/s received      113.4 msg/s processed (38%)
May 18 22:08:12 ubuntu-26 piaware[10394]: mlat-client(10419): Server:      0.0 kB/s from server    0.0kB/s TCP to server     1.2kB/s UDP to server
May 18 22:08:12 ubuntu-26 piaware[10394]: mlat-client(10419): Results:  0.7 positions/minute
May 18 22:08:12 ubuntu-26 piaware[10394]: mlat-client(10419): Aircraft: 14 of 20 Mode S, 32 of 42 ADS-B used
May 18 22:08:42 ubuntu-26 piaware[10394]: 5629 msgs recv'd from dump1090-fa (1681 in last 5m); 5629 msgs sent to FlightAware
May 18 22:08:42 ubuntu-26 piaware[10394]: 6 msgs recv'd from dump978-fa (3 in last 5m); 6 msgs sent to FlightAware
abcd@ubuntu-26:~$

Build and installed these packages from Flightaware source-code using following scripts:

NOTE: These scripts are very long and right-most part may not be visible directly. Please scroll right to see and copy these in Full

(1) PIAWARE

sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-piaware.sh)" 

(2) DUMP1090-FA

sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-dump1090-fa.sh)" 

(3) DUMP978-FA (For USA Only)

sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-dump978-fa.sh)" 

EDIT:
Pre-Built Packages of Piaware, dump1090-fa, and dump978-fa for Ubuntu 26 (resolute) AMD64 x86_64 are now available here:

https://github.com/abcd567a/ubuntu26/blob/master/README.md

 

1 Like