Closed5
フライトレーダー構築

Flightradar24 の Business アカウントを使用したかったため
構成変更したバージョンを書きました

参考

PiAware
wget https://ja.flightaware.com/adsb/piaware/files/packages/pool/piaware/f/flightaware-apt-repository/flightaware-apt-repository_1.2_all.deb
sudo dpkg -i flightaware-apt-repository_1.2_all.deb
sudo apt update
sudo apt install piaware
sudo piaware-config allow-auto-updates yes
sudo piaware-config allow-manual-updates yes
sudo apt install dump1090-fa
sudo systemctl enable piaware
sudo piaware-status
確認URL
- PiAware
http://<Server IP>:8080

fr24feed
wget -qO- https://fr24.com/install.sh | sudo bash -s
MLATの項目はno
sudo fr24feed-status
確認URL
- Flightradar24
http://<Server IP>:8754

sudo apt install rtl-sdr
rtl_test
このスクラップは5ヶ月前にクローズされました