This repository has been archived by the owner on May 31, 2021. It is now read-only.
Releases: reynico/raspberry-noaa
Releases · reynico/raspberry-noaa
Release v1.7
ISS reception and decoding is now a thing!
If this is a new install just run ./install.sh
or follow the install guide. If this was an existing install with webpanel support, update your local copy then run the 20201292-iss.sh
migration from the migrations folder.
There's a quick write up about this on ISS.md
Collaborators:
@mihajlo2003petkovic
Release v1.6
This just fixes a permissions problem during install.
Release v1.5
This is a big one release as it includes the new web panel!
- New PHP web panel with satellite passes and decoded images
- Images are now stored on a single directory
- Sqlite3 database for prediction and passes
- Experimental migration procedure for old images
- Web panel supports Spanish, English, German, Arabic and Serbian languages!
- Sane check to avoid running scripts as root
Collaborators:
@mihajlo2003petkovic
@Daginberth
@saudfs
Release v1.4
- Fixed some image paths that were screwed up between NOAA and METEOR folders
- Create a smaller ramfs partition on low memory systems
- Add satellite max elevation to image annotations
- Flip Meteor night pass images. This setting is toggleable on
~/.noaa.conf
throughFLIP_METEOR_IMG
- Invert Meteor night passes color
Release v1.3
- Improved documentation, also added a new guide to test if reception is working
- Small aesthetic changes and fixes on how libraries are imported
- Add more logging
- Enable METEOR-M2 night pass decoder
Release v1.2
Release v1.1
- Several improvements on install document
- Permission fixes over output folders (noaa output, noaa home, meteor output)
- Missing dependencies during install
- Fixed predict config file setup when running the automatic install
- Fixed crontab setup when there is no existing crontab
- Removed hard-coded value for timezone on sun.py
- Run wxotimg after install to accept the license
- Better index.html file with footer to support the project
- Added GPL v3 license
Release v1.0
This is the first really stable build. It includes a install script for a one click installation, wxtoimg, predict and sun.py setup using lat/lon data provided by the user during the install setup.