A slideshow display showing the latest satnogs observations.
Aller au fichier
Sebastian 58e4005073 Fixed missing satellite images 2023-12-27 00:38:26 +01:00
.gitignore Added frequency 2023-12-26 19:30:53 +01:00
Montserrat-Regular.otf Initial commit 2018-12-24 12:16:47 +01:00
README.md Fixed feh command 2019-12-27 03:06:57 +01:00
default.nix Added geolookup for station location 2023-12-26 20:17:06 +01:00
flake.lock Started adding a nix flake 2023-12-14 12:19:33 +01:00
flake.nix Fixed duplicated systemPackages 2023-12-14 13:14:01 +01:00
i3config Added the xserver part to the flake 2023-12-14 12:42:19 +01:00
module.nix Demo users needs to be a regular user for auto-login to work 2023-12-23 15:37:59 +01:00
requirements.txt Updated dependencies 2023-12-13 18:53:53 +01:00
satnogs-logo.png Initial commit 2018-12-24 12:16:47 +01:00
setup.py Started adding a nix flake 2023-12-14 12:19:33 +01:00
update.py Fixed missing satellite images 2023-12-27 00:38:26 +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 --reload 30.0 waterfall.png
  3. Fun & Profit