kopia lustrzana https://github.com/jprochazka/adsb-receiver
Clean up.
rodzic
f97e468c35
commit
e8c1bd2ea3
|
@ -4,9 +4,9 @@ The following is a history of the changes made to this project.
|
|||
|
||||
## v2.8.6 *(in development)*
|
||||
|
||||
* The option to install ACARSDEC and ACARSERV in now available as a decoder option.
|
||||
* The option to install ACARSDEC and ACARSERV is now available as a decoder option.
|
||||
* The ability to view ACARS messages via the existing PHP portal has been added.
|
||||
* The ability to assign devices to additional decoder installations have been added to all scripts.
|
||||
* All scripts now ask that devices be assigned when additional decoder installations are executed.
|
||||
* Added "Contributors" to the copyright notice in the software license.
|
||||
|
||||
## v2.8.5 *(July 23rd, 2024)*
|
||||
|
|
|
@ -32,9 +32,9 @@ the project directly. Their time and effort is greatly appreciated by myself as
|
|||
I would like to thank the members and contributors to the following forums for all the time and effort
|
||||
they have put in in order to create useful and informative places to discuss aircraft tracking.
|
||||
|
||||
* The FlightAware Forums: https://discussions.flightaware.com
|
||||
* The PlaneFinder Forums: https://forum.planefinder.net
|
||||
* The ADS-B Exchange Forums: https://adsbx.discourse.group
|
||||
* The FlightAware Forums: https://discussions.flightaware.com
|
||||
* The PlaneFinder Forums: https://forum.planefinder.net
|
||||
* The ADS-B Exchange Forums: https://adsbx.discourse.group
|
||||
|
||||
The performance graphs were created thanks in part to the great contributions made by members of both
|
||||
the FlightAware and PlaneFinder communities. Through their examples and help posted to the following
|
||||
|
|
12
README.md
12
README.md
|
@ -38,12 +38,12 @@ Included is the option to install the ADS-B Portal which offers the following fe
|
|||
* A more uniform website site layout that can be easily navigated.
|
||||
* Web accessible dump1090 and system performance graphs.
|
||||
* Easy access to live dump1090 and dump978 maps.
|
||||
* A blog which can be used to share your plane tracking experiences with others.
|
||||
* A blog which can be used to share your aircraft tracking experiences with others.
|
||||
* Visitors can be informed when specific flights are being tracked.
|
||||
* Administrators can be informed via email when specific flights are being tracked.
|
||||
* Easily customize the look of your portal using the custom template system.
|
||||
|
||||
When setting up the portal you will have to choose between a lite or advanced installation. Advanced features adds flight logging and plotting and should only be chosen on devices running a more sturdy data storage solution.
|
||||
When setting up the portal you will have to choose between a lite or advanced installation. Advanced features add flight logging and plotting and should only be chosen on devices running a sturdy data storage solution.
|
||||
|
||||
*It is highly recommended that anyone using a SD card as they storage medium not attempt to use the advanced features.*
|
||||
|
||||
|
@ -73,11 +73,11 @@ When setting up the portal you will have to choose between a lite or advanced in
|
|||
The project currently supports the following Linux distributions.
|
||||
|
||||
* Armbian _(Bookworm, Jammy and Noble)_
|
||||
* Debian _(Bookworm, Bullseye and Trixie)_
|
||||
* DietPi _(Bookworm aand Bullseye)_
|
||||
* Rasbperry PI OS _(Bookworm and Bullseye)_
|
||||
* Debian _(Bookworm and Bullseye)_
|
||||
* DietPi _(Bookworm and Bullseye)_
|
||||
* Raspberry PI OS _(Bookworm and Bullseye)_
|
||||
* Ubuntu _(Jammy Jellyfish, Focal Fossa and Noble Numbat)_
|
||||
|
||||
Support is available via this repository through the use of the issue tracker or discussions.
|
||||
|
||||
_Please Nnte that Debian Trixie and Ubuntu Noble Numbat employ an unofficial fix for PiAware._
|
||||
_Please Note that Ubuntu Noble Numbat support employs an unofficial fix for PiAware._
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# THE ACARSDECO DECODER SETUP SCRIPT
|
||||
|
||||
## PRE INSTALLATION OPERATIONS
|
||||
|
||||
source $RECEIVER_BASH_DIRECTORY/variables.sh
|
||||
|
|
|
@ -119,6 +119,7 @@ if [[ "${uat_decoder_installed}" == "true" || "${acars_decoder_installed}" == "t
|
|||
fi
|
||||
fi
|
||||
|
||||
|
||||
## CHECK FOR PREREQUISITE PACKAGES
|
||||
|
||||
log_heading "Installing packages needed to fulfill FlightAware Dump1090 decoder dependencies"
|
||||
|
|
Ładowanie…
Reference in New Issue