kopia lustrzana https://github.com/jprochazka/adsb-receiver
				
				
				
			Merge branch 'jdwall-patch-1'
						commit
						a49eed4689
					
				
							
								
								
									
										50
									
								
								README.md
								
								
								
								
							
							
						
						
									
										50
									
								
								README.md
								
								
								
								
							|  | @ -1,10 +1,29 @@ | ||||||
|  | <img src="http://assets.jacobwall.netdna-cdn.com/adsb-receiver_logo.png" width="468" height="110" /> | ||||||
|  | 
 | ||||||
| # The ADS-B Receiver Project :airplane: | # The ADS-B Receiver Project :airplane: | ||||||
| 
 | 
 | ||||||
| This repository contains a set of scripts and files which can be used to setup an ADS-B | 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. | ||||||
| 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. |  | ||||||
| 
 | 
 | ||||||
| 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. | The ADS-B Receiver Project website is located at https://www.adsbreceiver.net. | ||||||
| 
 | 
 | ||||||
|  | @ -39,7 +58,7 @@ This step pertains to both fresh installations as well as when updating and exis | ||||||
| 
 | 
 | ||||||
|     http://<IP_ADDRESS_OF_YOUR_DEVICE>/install/ |     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 | ### What Can Be Installed | ||||||
| 
 | 
 | ||||||
|  | @ -57,20 +76,19 @@ At this time the following software can be installed using these scripts. | ||||||
| * Plane Finder ADS-B Client:   https://planefinder.net | * Plane Finder ADS-B Client:   https://planefinder.net | ||||||
| * ADS-B Exchange:              http://adsbexchange.com | * 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 | ### Supported Operating Systems | ||||||
| 
 | 
 | ||||||
| The scripts and packages have been tested on most Debian Jessie based operating systems. | The scripts and packages have been tested on most Debian Jessie based operating systems. | ||||||
| 
 | 
 | ||||||
| The scripts are NOT supported on existing PiAware *image based* installations. The PiAware image is still based on Raspbian Wheezey version which is missing some required libraries for dump1090-mutability installation. | The scripts are NOT supported on existing PiAware *image based* installations. The PiAware image is still based on Raspbian Wheezey version which is missing some required libraries for dump1090-mutability installation. | ||||||
|  | 
 | ||||||
|  | ### Useful Links | ||||||
|  | 
 | ||||||
|  | - Website - https://www.adsbreceiver.net/ | ||||||
|  | 
 | ||||||
|  | - Forum - https://www.adsbreceiver.net/forums/ | ||||||
|  | 
 | ||||||
|  | - Wiki - https://github.com/jprochazka/adsb-receiver/wiki | ||||||
|  | 
 | ||||||
|  | - Changelog - https://github.com/jprochazka/adsb-receiver/blob/master/CHANGELOG.md | ||||||
|  |  | ||||||
|  | @ -8,7 +8,7 @@ | ||||||
| #  needed to setup a Mode S decoder as well as feeders which are capable of         # | #  needed to setup a Mode S decoder as well as feeders which are capable of         # | ||||||
| #  sharing your ADS-B results with many of the most popular ADS-B aggregate sites.  # | #  sharing your ADS-B results with many of the most popular ADS-B aggregate sites.  # | ||||||
| #                                                                                   # | #                                                                                   # | ||||||
| #  Project Hosted On GitHub: https://github.com/jprochazka/adsb-feeder              # | #  Project Hosted On GitHub: https://github.com/jprochazka/adsb-receiver              # | ||||||
| #                                                                                   # | #                                                                                   # | ||||||
| # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | ||||||
| #                                                                                   # | #                                                                                   # | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Joe Prochazka
						Joe Prochazka