A slideshow display showing the latest satnogs observations.
Go to file
Sebastian e6aacf53a4 Adapted to API changes 2019-12-27 03:06:12 +01:00
.gitignore Initial commit 2018-12-24 12:16:47 +01:00
Montserrat-Regular.otf Initial commit 2018-12-24 12:16:47 +01:00
README.md Added a readme 2019-01-10 20:04:33 +01:00
requirements.txt Initial commit 2018-12-24 12:16:47 +01:00
satnogs-logo.png Initial commit 2018-12-24 12:16:47 +01:00
update.py Adapted to API changes 2019-12-27 03:06:12 +01:00

README.md

SatNOGS Demo Display

A hacky python script rendering the waterfall of the latest SatNOGS observation, to a nice info graphic. Currently limited to a fixed resolution of 1280x1024.

Install

python3 -m venv virtenv
source virtenv/bin/activate

pip install -r requirements.txt

Usage

  1. Run update.py once a minute. e.g. using cron
  2. Run something to display the resulting waterfall.png. e.g. feh -F -D 30 waterfall.png
  3. Fun & Profit