Giter VIP home page Giter VIP logo

fr24feed-debian-ubuntu-amd64's Introduction

fr24feed-debian-ubuntu-amd64

(1) FlightRadar24 data feeder installation script for Debian 9 & 10 amd64 / Ubuntu 18.04 amd64 on 64bit Intel CPU

(2) dump1090 (mutability and flightaware) installation script for Debian 9 & 10 amd64 / Ubuntu 18.04 amd64 on 64bit Intel CPU


INSTALL FR24FEED:

Copy-paste following command in SSH console and press Enter key.
The script will install and configure fr24feed.


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


INSTALL DUMP1090:

The above fr24feed install script does NOT install or include installation of lighttpd and any version of dump1090.
The user should himself/herself install lighttpd and dump1090 (mutability or flightaware version)
Below are scripts which will install lighttpd and dump1090-mutability / dump1090-fa.

Caution:
Install only ONE of following three versions of dump1090. Installing more than one version of dump1090 will break the installation

(1) For Debian 9 and Ubuntu 18 (dump1090-mutability ver 1.15)
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/fr24feed-debian-ubuntu-amd64/master/install-dump1090-mut-v1.15.sh)"

(2) For Debian 10 and Ubuntu 19 (dump1090-mutability EB_VERSION)
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/fr24feed-debian-ubuntu-amd64/master/install-dump1090-mut-eb-ver.sh)"

(3) For Debian 9 & 10 and Ubuntu 18 & 19 (dump1090-fa)
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/fr24feed-debian-ubuntu-amd64/master/install-dump1090-fa.sh)"


FR24FEED - Post install instructions

After FR24 Feeder installation script finishes, it displays following message:

INSTALLATION COMPLETED
=======================
PLEASE DO FOLLOWING:
=======================
(1) SIGNUP:
   (a) If you already have a feeder key,
       open file fr24feed.ini by following command and add fr24key:
           sudo nano /etc/fr24feed.ini
       Save (Ctrl+o) and Close (Ctrl+x) file fr24feed.ini
       then restart fr24feed by following command:
           sudo systemctl restart fr24feed

   (b) Alternatively signup using following command
         sudo nano fr24feed --signup

(2) In your browser, go to web interface at
     http://localhost:8754


To see status sudo systemctl status fr24feed
To restart    sudo systemctl restart fr24feed
To stop       sudo systemctl stop fr24feed

CONFIGURATION OF FR24FEED
The configuration file can be edited by following command;
sudo nano /etc/fr24feed.ini

Default contents of FR24FEED config file
Default setting are for a decoder like dump1090-mutability or dump1090-fa running on the Computer.
This can be changed by editing config file

receiver="beast-tcp"
host="127.0.0.1:30005"
fr24key=""

bs="no"
raw="no"
logmode="0"
windowmode="0"
mpx="no"
mlat="yes"
mlat-without-gps="yes"
use-http=yes
http-timeout=20


TO UNINSTALL FR24FEED
To completely remove configuration and all files, give following 4 commands:

sudo systemctl stop fr24feed 
sudo systemctl disable fr24feed 
sudo rm /lib/systemd/system/fr24feed.service
sudo rm -rf /usr/share/fr24 
sudo rm /usr/bin/fr24feed
sudo rm /etc/fr24feed.ini 

DUMP1090 - Post install instructions

CONFIGURING / CHANGING SETTINGS

dump1090-mutability, method 1

sudo dpkg-reconfigure dump1090-mutability

dump1090-mutability, method 2

sudo nano etc/default/dump1090-mutability

sudo nano /usr/share/dump1090-mutability/html/config.js

dump1090-fa

sudo nano etc/default/dump1090-fa

sudo nano /usr/share/dump1090-fa/html/config.js



TO UNINSTALL DUMP1090
To completely remove configuration and all files, give following 6 commands:

dump1090-mutability (ver 1.15~dev and EB_VERSION)

sudo dpkg --purge dump1090-mutability
sudo apt purge lighttpd
sudo apt autoremove
sudo rm -rf /var/www/html
sudo rm -rf /etc/lighttpd
sudo rm -rf /usr/share/dump1090-mutability

dump1090-fa

sudo dpkg --purge dump1090-fa
sudo apt purge lighttpd
sudo apt autoremove
sudo rm -rf /var/www/html
sudo rm -rf /etc/lighttpd
sudo rm -rf /usr/share/dump1090-fa

fr24feed-debian-ubuntu-amd64's People

Contributors

abcd567a avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.