Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Releases: reynico/raspberry-noaa

Release v1.7

03 Jan 23:16
Compare
Choose a tag to compare

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

24 Dec 21:15
Compare
Choose a tag to compare

This just fixes a permissions problem during install.

Release v1.5

20 Dec 18:38
Compare
Choose a tag to compare

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

19 Oct 00:42
Compare
Choose a tag to compare
  • 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 through FLIP_METEOR_IMG
  • Invert Meteor night passes color

Release v1.3

03 Oct 20:04
Compare
Choose a tag to compare
  • 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

17 Aug 23:25
Compare
Choose a tag to compare
  • Small improvements on install document
  • Fixed an issue on folder creation structure
  • Bias-tee can be enabled during install process
  • Add a toggle to delete audio files to save disk space
  • Small improvements on HTML templates
  • Security update on Pillow package

Thanks @NoelM and @jpekala for the help

Release v1.1

30 May 20:04
Compare
Choose a tag to compare
  • 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

01 Apr 23:42
Compare
Choose a tag to compare

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.