All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
live_sectional_daemon.py
- New method that runs as a daemon using python-daemon. Doesstrip.show()
after the color setting loop so there isn't a wipe effect. Only LED's that change category will change color....not the entire strip.shutdown.sh
- Modified to use live_sectional_daemon.py as its stopping script.
startup.sh
- Modified to use live_sectional_daemon.py as its starter script.- Renamed
shutdown.py
towipe.py
because all it does is wipe the strip to dark colors. live_sectional.service
modified to point to newshutdown.sh
script instead ofshutdown.py
live_sectional_daemon.py
- include a logfile.close() to close up the log file after the loop is done.live_sectional_daemon.py
- Bumped the refresh down to 7.5 minutes, and adjusted the brightness down...it was retina melting bright.
livesectional
- Added in etc/logrotate.d/ directory to configure logrotatationshutdown.py
- Script to wipe all the LEDs on shutdown.livesectional.service
- SystemD service file to start / stop the service
airports
- Final update for the entire ATL sectionallive_sectional.py
- Removed the print lines for performance and updated writing to log file.test.py
- Updated to include a color wipe back to off on the LEDs.
- Initial commit. Building the initial structure, and adding a Changelog to help keep track of changes
- Added entire ATL sectional into
airports
file. Only covers those stations that are reporting METARs as of todays date. test.py
added to test all LED's during startup. Might change this to a normal sequence in the future. Just using generic rainbow animations for now.startup.sh
bash script to help startup LiveSectional.
test_lights.py
- Modified to include an argument for the number of LED's to light up.test_leds.py
has been renamed toled_test.py
for easier tab completion, because I'm lazy like that.- Updated Namespaces in
live_sectional.py
for to our LiveSectional directory. - Updated
README.MD
to be a bit better.