Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
hms
/
rasoberry-noaa
miroir de
https://github.com/reynico/raspberry-noaa.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
8
Wiki
Activité
Parcourir la source
Standarize library import
tags/v1.3
Nico Rey
il y a 4 ans
Parent
a059e400c1
révision
40e59a1c09
5 fichiers modifiés
avec
9 ajouts
et
8 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer