adsb-receiver/README.md

56 wiersze
1.7 KiB
Markdown
Czysty Zwykły widok Historia

2015-11-04 04:48:08 +00:00
# The ADS-B Feeder Project :airplane:
This repository contains a set of bash scripts and files which can be used to setup an ADS-B
feeder on a clean installation of a Debian derived operating system. The scripts are executed
in order by the main install script depending on the installation options choosen by the user.
### Obtaining And Using This Software
On new installations use the following commands...
2015-11-04 04:48:08 +00:00
sudo apt-get install git
cd ~/
2015-11-04 04:48:08 +00:00
git clone https://github.com/jprochazka/adsb-feeder.git
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
If updating software previously installed using these scripts use the following commands...
cd ~/adsb-feeder
git pull
./install.sh
2015-11-04 04:48:08 +00:00
2015-12-17 04:58:45 +00:00
At this time some manual configuration is required to properly display the max range graph. Please
refer to the project wiki for more infromation on what will need to be changed as well as how to
display bandwidth usage for a wireless connections. https://github.com/jprochazka/adsb-feeder/wiki
2015-12-16 20:42:04 +00:00
2015-11-04 04:48:08 +00:00
### What Can Be Installed
At this time the following software can be installed using these scripts.
**Mode S Decoders**
* Dump1090 (mutability): https://github.com/mutability/dump1090
**Site Feeders**
* FlightAware's PiAware: http://flightaware.com
* 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
2015-12-17 04:58:45 +00:00
**Additional Features**
2015-11-04 04:48:08 +00:00
2015-12-01 18:23:38 +00:00
* Web accessable Dump1090 and system performance graphs.
* Add navigation to the stock Dump1090 map.
2015-11-04 04:48:08 +00:00
### Supported Operating Systems
2015-12-21 23:39:26 +00:00
The scripts and packages have been tested on the following operating systems.
2015-11-04 04:48:08 +00:00
2015-12-01 18:23:38 +00:00
- [X] Raspbian Jessie
2015-12-16 16:44:15 +00:00
- [X] Raspbian Jessie Lite
- [X] Debian 8.0 Jessie
2015-12-01 18:23:38 +00:00
- [X] Ubuntu 15.04 Vivid Vervet
- [X] Ubuntu 14.04 LTS Trusty Tahr