Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
hms
/
rasoberry-noaa
kopie van
https://github.com/reynico/raspberry-noaa.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
8
Wiki
Activiteit
Bladeren bron
Standarize library import
tags/v1.3
Nico Rey
4 jaren geleden
bovenliggende
a059e400c1
commit
40e59a1c09
5 gewijzigde bestanden
met
toevoegingen van 9
en
8 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
common.sh
+2
-1
prune.sh
+2
-2
schedule.sh
+2
-2
schedule_meteor.sh
+2
-2
schedule_sat.sh
+ 1
- 1
common.sh
Bestand weergeven
@@ -3,7 +3,7 @@
## debug
# set -x
.
~/.noaa.conf
.
"$HOME/.noaa.conf"
declare -A levels=([DEBUG]=0 [INFO]=1 [WARN]=2 [ERROR]=3)
log_level=${LOG_LEVEL}
+ 2
- 1
prune.sh
Bestand weergeven
@@ -1,7 +1,8 @@
#!/bin/bash
## import common lib
. ~/common.sh
. "$HOME/.noaa.conf"
. "$NOAA_HOME/common.sh"
find "${NOAA_HOME}/map/" -type f -name '*.png' -mtime +1 -exec rm -f {} \;
log "${NOAA_HOME}/map/ folder pruned" "INFO"
+ 2
- 2
schedule.sh
Bestand weergeven
@@ -1,8 +1,8 @@
#!/bin/bash
## import common lib
.
~/.noaa.conf
. "$
{
NOAA_HOME
}"
/common.sh
.
"$HOME/.noaa.conf"
. "$NOAA_HOME/common.sh
"
wget -qr http://www.celestrak.com/NORAD/elements/weather.txt -O "${NOAA_HOME}"/predict/weather.txt
wget -qr http://www.celestrak.com/NORAD/elements/amateur.txt -O "${NOAA_HOME}"/predict/amateur.txt
+ 2
- 2
schedule_meteor.sh
Bestand weergeven
@@ -1,8 +1,8 @@
#!/bin/bash
## import common lib
.
~/.noaa.conf
. "$
{
NOAA_HOME
}"
/common.sh
.
"$HOME/.noaa.conf"
. "$NOAA_HOME/common.sh
"
PREDICTION_START=$(/usr/bin/predict -t "${NOAA_HOME}"/predict/weather.tle -p "${1}" | head -1)
PREDICTION_END=$(/usr/bin/predict -t "${NOAA_HOME}"/predict/weather.tle -p "${1}" | tail -1)
+ 2
- 2
schedule_sat.sh
Bestand weergeven
@@ -1,8 +1,8 @@
#!/bin/bash
## import common lib
.
~/.noaa.conf
. "$
{
NOAA_HOME
}"
/common.sh
.
"$HOME/.noaa.conf"
. "$NOAA_HOME/common.sh
"
# $1 = Satellite Name
# $2 = Frequency
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan