satnogs-demo-display/README.md

22 lines
480 B
Markdown
Raw Normal View History

2019-01-10 20:04:33 +01:00
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