Added a readme

This commit is contained in:
Sebastian 2019-01-10 20:04:33 +01:00
parent da3ac8d4eb
commit b29c3da448
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
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