Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
hms
/
rasoberry-noaa
réplica de
https://github.com/reynico/raspberry-noaa.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
8
Wiki
Actividad
Explorar el Código
Standarize library import
tags/v1.3
Nico Rey
hace 4 años
padre
a059e400c1
commit
40e59a1c09
Se han
modificado 5 ficheros
con
9 adiciones
y
8 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar