Skip to content

raspberry-noaa-v2 1.0.0 (Initial Release!)

Compare
Choose a tag to compare
@jekhokie jekhokie released this 10 Feb 01:12
· 1964 commits to master since this release

Initial release of V2 of the original raspberry-noaa framework. Major changes to support ongoing development from the community, and signed off as "ok to fork to V2" by the original creator of the raspberry-noaa framework (Nico).

This initial release is primarily a major refactor in the way the framework is installed and supported ongoing, allowing for a single-script upgrade for users and enhancing the ability to add features, manage the database schema, and upgrade the webpanel. Users now have a single-run install script and a single configuration file driving the entire install and upgrade process, meaning the process simply includes a "git pull" operation followed by running the install_and_update.sh script to get any/all new functionality since their last update!

Note: This initial release removes the ISS capture functionality and Twitter post capability. This was a purposeful effort to reduce scope and help enhance focus on the core functionality of the V2 release, and it is anticipated these functionalities may be re-added in the future.

Notable changes in this initial release (since the fork from the original version to this V2 version) are below.

Enhancements/Features:

  • Webpanel refactor (MVC) for enhancements and mobile-friendly views #2
  • Major scripts refactor for better code re-use (keeping functionality DRY) and organization #4
  • Major installation updates and enhancements (single-click installer with single config file) #6
  • Base station enable/disable and color in images #9
  • Lat/lon lines enable/disable and color in images #10
  • Documentation overhaul for easier navigation/content #11
  • Simplification of scheduling scripts #14
  • Simplification/consolidation of settings #16
  • Satvis visualization added to webpanel "Passes" page #19
  • Ability to delete captures (database record and respective images) from webpanel #24
  • Major receive script refactor for pluggable audio and image processing #25
  • Option to produce frequency spectrogram image #26

Bug Fixes:

  • Fix NTP installation #37