adsb-receiver/README.md

59 wiersze
2.0 KiB
Markdown
Czysty Zwykły widok Historia

2016-02-16 20:59:36 +00:00
# The ADS-B Receiver Project :airplane:
2015-11-04 04:48:08 +00:00
This repository contains a set of bash scripts and files which can be used to setup an ADS-B
2016-02-08 21:19:06 +00:00
receiver on a clean installation of a Debian derived operating system. The scripts are executed
2015-11-04 04:48:08 +00:00
in order by the main install script depending on the installation options choosen by the user.
2016-02-16 20:59:36 +00:00
The ADS-B Receiver Project website is located at https://www.adsbreceiver.net.
2016-02-08 21:19:06 +00:00
2015-11-04 04:48:08 +00:00
### Obtaining And Using This Software
2016-02-16 20:59:36 +00:00
Download the latest ADS-B Receiver Raspbian Jessie Lite image for Raspberry Pi devices.
https://github.com/jprochazka/adsb-feeder/releases/latest
2016-02-16 20:59:36 +00:00
#### Manual installations...
sudo apt-get update
2015-11-04 04:48:08 +00:00
sudo apt-get install git
2016-02-16 20:59:36 +00:00
git clone https://github.com/jprochazka/adsb-receiver.git ~/adsb-receiver
cd ~/adsb-feeder
2015-12-01 10:57:49 +00:00
chmod +x install.sh
2015-11-04 04:48:08 +00:00
./install.sh
#### Updating existing installations...
2016-02-16 20:59:36 +00:00
cd ~/adsb-receiver
2015-12-28 19:33:33 +00:00
git fetch --all
git reset --hard origin/master
./install.sh
2015-11-04 04:48:08 +00:00
### What Can Be Installed
At this time the following software can be installed using these scripts.
2016-01-20 20:37:02 +00:00
**Decoders**
2015-11-04 04:48:08 +00:00
2016-01-20 20:37:02 +00:00
* Dump1090 (mutability): https://github.com/mutability/dump1090
* Dump978: https://github.com/mutability/dump978
2015-11-04 04:48:08 +00:00
**Site Feeders**
* FlightAware's PiAware: http://flightaware.com
2016-01-20 23:14:26 +00:00
* Plane Finder ADS-B Client: https://planefinder.net
2015-12-01 10:57:49 +00:00
* ADS-B Exchange: http://adsbexchange.com
2015-11-04 04:48:08 +00:00
2016-02-16 20:59:36 +00:00
**ADS-B Receiver Web Portal Features**
2015-11-04 04:48:08 +00:00
2016-01-26 20:34:42 +00:00
* Control what is displayed online via a web based administration area.
* A more uniform website site layout that can be easily navigated.
* Web accessable dump1090 and system performance graphs.
* A web accessable live dump1090 map.
* A web accessable live dump978 map.
* A blog which can be used to share your plane tracking experiences with others.
2016-02-16 20:59:36 +00:00
* Informs visitors when specific flights are being tracked by dump1090.
* Easily customize the look of your portal using the template system.
2015-11-04 04:48:08 +00:00
### Supported Operating Systems
2016-02-16 20:59:36 +00:00
The scripts and packages have been tested on most Debian Jessie based operating systems.