kopia lustrzana https://github.com/jprochazka/adsb-receiver
				
				
				
			
							rodzic
							
								
									6679a1e447
								
							
						
					
					
						commit
						849b109696
					
				| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
 | 
			
		||||
## People and Places
 | 
			
		||||
 | 
			
		||||
First off I would like to thank the colaborators and contributors who have contributed to the project
 | 
			
		||||
First off I would like to thank the collaborators and contributors who have contributed to the project
 | 
			
		||||
directly. Their time and effort is greatly appreciated.
 | 
			
		||||
 | 
			
		||||
**Collaborators**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -51,7 +51,7 @@ echo ""
 | 
			
		|||
echo -e "\e[92m  Setting up dump1090-mutability..."
 | 
			
		||||
echo -e "\e[93m----------------------------------------------------------------------------------------------------\e[96m"
 | 
			
		||||
echo ""
 | 
			
		||||
whiptail --title "Dump1090-mutability Setup" --yesno "Dump 1090 is a Mode S decoder specifically designed for RTLSDR devices. Dump1090-mutability is a fork of MalcolmRobb's version of dump1090 that adds new functionality and is designed to be built as a Debian/Raspbian package.\n\n  https://github.com/mutability/dump1090\n\nContinue setup by installing dump1090-mutability?" 14 78
 | 
			
		||||
whiptail --title "Dump1090-mutability Setup" --yesno "Dump 1090 is a Mode-S decoder specifically designed for RTL-SDR devices. Dump1090-mutability is a fork of MalcolmRobb's version of dump1090 that adds new functionality and is designed to be built as a Debian/Raspbian package.\n\n  https://github.com/mutability/dump1090\n\nContinue setup by installing dump1090-mutability?" 14 78
 | 
			
		||||
CONTINUESETUP=$?
 | 
			
		||||
if [ $CONTINUESETUP = 1 ]; then
 | 
			
		||||
    # Setup has been halted by the user.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -51,7 +51,7 @@ echo ""
 | 
			
		|||
echo -e "\e[92m  Setting up dump978..."
 | 
			
		||||
echo -e "\e[93m----------------------------------------------------------------------------------------------------\e[96m"
 | 
			
		||||
echo ""
 | 
			
		||||
whiptail --title "Dump1090-mutability Setup" --yesno "Dump978 is an experimental demodulator/decoder for 978MHz UAT signals.\n\n  https://github.com/mutability/dump978\n\nContinue setup by installing dump978?" 9 78
 | 
			
		||||
whiptail --title "Dump1090-mutability Setup" --yesno "Dump978 is an experimental demodulator/decoder for 978MHz UAT signals.\n\n  https://github.com/mutability/dump978\n\nWould you like to continue setup by installing dump978?" 9 78
 | 
			
		||||
CONTINUESETUP=$?
 | 
			
		||||
if [ $CONTINUESETUP = 1 ]; then
 | 
			
		||||
    # Setup has been halted by the user.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,7 +45,7 @@ echo ""
 | 
			
		|||
 | 
			
		||||
## MODIFY THE DUMP1090-MUTABILITY INIT SCRIPT TO MEASURE AND RETAIN NOISE DATA
 | 
			
		||||
 | 
			
		||||
echo -e "\e[94m  Modifying the dump1090-mutability init script to add noise measurments...\e[97m"
 | 
			
		||||
echo -e "\e[94m  Modifying the dump1090-mutability init script to add noise measurements...\e[97m"
 | 
			
		||||
sudo sed -i 's/ARGS=""/ARGS="--measure-noise "/g' /etc/init.d/dump1090-mutability
 | 
			
		||||
echo -e "\e[94m  Reloading the systemd manager configuration...\e[97m"
 | 
			
		||||
sudo systemctl daemon-reload
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
// -*- mode: javascript; indent-tabs-mode: nil; c-basic-offset: 8 -*-
 | 
			
		||||
 | 
			
		||||
// Part of dump1090, a Mode S message decoder for RTLSDR devices.
 | 
			
		||||
// Part of dump1090, a Mode-S message decoder for RTL-SDR devices.
 | 
			
		||||
//
 | 
			
		||||
// dbloader.js: load aircraft metadata from static json files
 | 
			
		||||
//
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue