diff --git a/README.md b/README.md index 6213ddc..42bb699 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,13 @@ The following steps need to be performed: 1. Rate an observation using the `wut` script. -# Data Caching Downloads +# ml.spacecruft.org +This server is processing the data and has directories available +to sync. + +* https://ml.spacecruft.org/ + +## Data Caching Downloads The scripts are designed to not download a waterfall or make a JSON request for an observation it has already requested. The first time an observation is requested, it is downloaded from the SatNOGS network to the `download` @@ -135,7 +141,7 @@ The `data` directory is just temporary files,mostly linked from the scripts, so don't put anything you want to keep in there. -# SatNOGS Observation Data Mirror +## SatNOGS Observation Data Mirror The downloaded waterfalls are available below via `http` and `rsync`. Use this instead of downloading from SatNOGS to save their bandwidth. diff --git a/wut-water-range b/wut-water-range index 21a5d3d..2bfa806 100755 --- a/wut-water-range +++ b/wut-water-range @@ -46,7 +46,7 @@ while [ $OBSID -gt $OBSIDMIN ] --continue-at - \ --remote-time \ --output $WATERFILE \ - $WATERURL && sleep `echo $((0 + RANDOM % 1))` + $WATERURL && sleep `echo $((0 + RANDOM % 2))` cd .. let OBSID=$OBSID-1 done