Installation of FR24 Feeder on Debian & Ubuntu amd64 on Intel 64bit Computer
Last update: 24/08/2020
OPTION-1:
Using debian package fr24feed_1.0.25-3_amd64.deb
1.1 - Issue following two commands to download and install fr24feed’s deb package for amd64 architecture:
1.2 - Configure fr24feed
CASE (a): If you have a sharing key:
Above command will open a file with following entries
Add following lines to the file `fr24feed.ini` (replace xxxxxxxxxxx by your actual sharing key).
Save file (Ctrl+o) and close (Ctrl+x)
Restart fr24feed
CASE (b): If you do NOT have a sharing key:
signup using following command and provide your details such as email, latitude, longitude etc
OPTION-2:
Using Linux Binary fr24feed_1.0.25-3_amd64.tgz
Advantages
(1) This method can be used on Debian, Ubuntu, Kali etc (which use .deb package), as well as on distros which do not support .deb package.
(2) Easy installation - just copy and paste one command to run the bash script and it will do everything.
(3) Auto start - the systemd service automatically starts fr24feed when booting / rebooting.
(4) Simple monitoring and control - provides the commands "systemctl status fr24feed", "systemctl stop fr24feed", "systemctl start fr24feed" and "systemctl restart fr24feed".
(5) Easy Setup - Generates configuration file /etc/fr24feed.ini, which can be edited by user at any time to add/modify settings.
NOTES:
(1) The script installs binary extracted from fr24feed_1.0.25-3_amd64.tgz
(2) The fr24feed installation script does NOT install any version of dump1090. The user should separately install dump1090 (mutability or flightaware). Separate scripts have been provided to install dump1090 (see list of scripts below)
SCRIPT 1:
Installs fr24feed on Debian 9, Debian 10, Ubuntu 18, Ubuntu 19, Ubuntu 20
Caution: Use only ONE of the following three
SCRIPT 2:
Installs dump1090-mutability v1.15~dev (for Debian 9 & Ubuntu 18)
SCRIPT 3:
Installs dump1090-mutability EB_VERSION (for Debian 10, Ubuntu 19 & Ubuntu 20)
SCRIPT 4:
Installs dump1090-fa (for Debian 9 & 10 and Ubuntu 18, 19, & 20)
DETAILED INSTALLATION INSTRUCTIONS:
https://github.com/abcd567a/fr24feed...ster/README.md
.
.
Last update: 24/08/2020
OPTION-1:
Using debian package fr24feed_1.0.25-3_amd64.deb
1.1 - Issue following two commands to download and install fr24feed’s deb package for amd64 architecture:
Code:
$ wget https://repo-feed.flightradar24.com/linux_x86_64_binaries/fr24feed_1.0.25-3_amd64.deb $ sudo dpkg -i fr24feed_1.0.25-3_amd64.deb
CASE (a): If you have a sharing key:
Code:
$ sudo nano /etc/fr24feed.ini
Code:
bs=yes raw=yes mlat="yes" mlat-without-gps="yes"
Code:
receiver="beast-tcp" host="127.0.0.1:30005" fr24key="xxxxxxxxxxxxxx"
Restart fr24feed
Code:
$ sudo systemctl restart fr24feed
signup using following command and provide your details such as email, latitude, longitude etc
Code:
$ sudo fr24feed --signup $ sudo systemctl restart fr24feed
OPTION-2:
Using Linux Binary fr24feed_1.0.25-3_amd64.tgz
Advantages
(1) This method can be used on Debian, Ubuntu, Kali etc (which use .deb package), as well as on distros which do not support .deb package.
(2) Easy installation - just copy and paste one command to run the bash script and it will do everything.
(3) Auto start - the systemd service automatically starts fr24feed when booting / rebooting.
(4) Simple monitoring and control - provides the commands "systemctl status fr24feed", "systemctl stop fr24feed", "systemctl start fr24feed" and "systemctl restart fr24feed".
(5) Easy Setup - Generates configuration file /etc/fr24feed.ini, which can be edited by user at any time to add/modify settings.
NOTES:
(1) The script installs binary extracted from fr24feed_1.0.25-3_amd64.tgz
(2) The fr24feed installation script does NOT install any version of dump1090. The user should separately install dump1090 (mutability or flightaware). Separate scripts have been provided to install dump1090 (see list of scripts below)
SCRIPT 1:
Installs fr24feed on Debian 9, Debian 10, Ubuntu 18, Ubuntu 19, Ubuntu 20
Caution: Use only ONE of the following three
SCRIPT 2:
Installs dump1090-mutability v1.15~dev (for Debian 9 & Ubuntu 18)
SCRIPT 3:
Installs dump1090-mutability EB_VERSION (for Debian 10, Ubuntu 19 & Ubuntu 20)
SCRIPT 4:
Installs dump1090-fa (for Debian 9 & 10 and Ubuntu 18, 19, & 20)
DETAILED INSTALLATION INSTRUCTIONS:
https://github.com/abcd567a/fr24feed...ster/README.md
.
.
Comment