Update README.md

- Added two screenshots
- Made minor stylization change
- Fixed minor grammatical error
pull/216/head
Jacob Wall 2016-09-04 21:25:30 -05:00 zatwierdzone przez GitHub
rodzic 5726025300
commit 5003f9ed2d
1 zmienionych plików z 25 dodań i 19 usunięć

Wyświetl plik

@ -1,10 +1,27 @@
# The ADS-B Receiver Project :airplane:
This repository contains a set of scripts and files which can be used to setup an ADS-B
receiver 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.
This repository contains a set of scripts and files which can be used to setup an ADS-B receiver 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 chosen by the user.
Please note: As of February 2016, the scripts do not work when run on an SD card where the current PiAware image was installed. The scripts require a clean installation of a Debian derived operating system.
**ADS-B Receiver Web Portal Features**
* Saves all flights seen as well as displays a plot for the flight. (advanced)
* Control what is displayed online via a web based administration area.
* A more uniform website site layout that can be easily navigated.
* Web accessible dump1090 and system performance graphs.
* A web accessible live dump1090 map.
* A web accessible live dump978 map.
* A blog which can be used to share your plane tracking experiences with others.
* Informs visitors when specific flights are being tracked by dump1090.
* Easily customize the look of your portal using the template system.
**Web Portal Screenshots**
<img src="http://assets.jacobwall.netdna-cdn.com/adsb-receiver_live_dump1090.png" width="718" height="369" />
<img src="http://assets.jacobwall.netdna-cdn.com/adsb-receiver_performance_graphs.png" width="718" height="640" />
**Please note:** As of February 2016, the scripts do not work when run on an SD card where the current PiAware image was installed. The scripts require a clean installation of a Debian derived operating system.
The ADS-B Receiver Project website is located at https://www.adsbreceiver.net.
@ -25,21 +42,21 @@ When setting up the portal you will have to choose between a lite or advanced in
cd ~/adsb-receiver
chmod +x install.sh
./install.sh
#### Updating existing installations...
cd ~/adsb-receiver
git fetch --all
git reset --hard origin/master
./install.sh
#### Portal setup...
This step pertains to both fresh installations as well as when updating and existing installation. After running the installation scripts you will need to setup the portal by visiting the following web address.
http://<IP_ADDRESS_OF_YOUR_DEVICE>/install/
Supply the infromation asked for and submit the form once done to complete the setup.
Supply the information asked for and submit the form once done to complete the setup.
### What Can Be Installed
@ -57,17 +74,6 @@ At this time the following software can be installed using these scripts.
* Plane Finder ADS-B Client: https://planefinder.net
* ADS-B Exchange: http://adsbexchange.com
**ADS-B Receiver Web Portal Features**
* Saves all flights seen as well as displays a plot for the flight. (advanced)
* Control what is displayed online via a web based administration area.
* A more uniform website site layout that can be easily navigated.
* Web accessible dump1090 and system performance graphs.
* A web accessible live dump1090 map.
* A web accessible live dump978 map.
* A blog which can be used to share your plane tracking experiences with others.
* Informs visitors when specific flights are being tracked by dump1090.
* Easily customize the look of your portal using the template system.
### Supported Operating Systems