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