- /NeoSectional – Main program directory
- admin.py – Holds admin settings
- airports – Holds airport identifiers used by map
- check-display.py – Script to verify that metar-display-v4.py is running
- config.py – Holds user settings for the map
- ftp-v4.py – Used by a builder who has multiple boards running. Not needed mostly
- getmos0.sh – Bash file to download MOS data at 00 Zulu. chmod 755
- getmos06.sh – Bash file to download MOS data at 06 Zulu. chmod 755
- getmos12.sh – Bash file to download MOS data at 12 Zulu. chmod 755
- getmos18.sh – Bash file to download MOS data at 18 Zulu. chmod 755
- GFSMAV – File that holds the MOS data downloaded by bash files above
- hmdata – Holds heat map data, number of times airports have been landed at.
- info-v4.py – Collects and displays System Information. chmod 755
- license.txt – License covering the use of this software
- logfile.log – Main log for debugging
- logfile.log.1 – 1st oldest log entries
- lsinfo.txt – Used by ftp-v4.py if turned on in admin.py
- metar-display-v4.py – Runs OLED’s or LCD displays if used on map
- metar-v4.py – Main script that operates the LED’s on the map
- README.md – readme file used for GitHub
- requirements.txt – file used to list the needed dependencies for GitHub
- shutoff.py – Used to turn off the Displays and LED’s on shutdown or reboot
- startup.py – Used to thread metar-v4.py with metar-display-v4.py
- testled.py – Test script to insure LED’s are all working.
- testoled.py – Test script to insure the OLED’s are working.
- tzset.py – Allow builder to set timezone on the RPI
- update_info.txt – Stores a list of updates made by version number.
- webapp.py – Web based interface for administrating Version 4
- wipes-v4.py – Creates various transitional wipe effects when FAA weather is updated
- /profiles – Stores pre-built settings profiles that can be used by builder
- config-advanced-1oled.py
- config-advanced-lcd.py
- config-basic2.py
- config-basic.py
- config-advanced-8oledsrs.py
- config-advanced-lcdrs.py
- config-basic3.py
- config-orig.py
- /static – Various resources used by webapp.py
- banner3.png
- LS-32×32.png
- lsremotefav.png
- map1.jpg
- map2.jpg
- map3.jpg
- map4.jpg
- style-v4.css
- tab.ico
- /templates – html files used by webapp.py
- apedit.html
- base.html
- confedit.html
- hmedit.html
- index.html
- lsremote.html
- qrcode.html
- tzset.html
- update_info.html
- /etc – Used on startup to boot into LiveSectional properly
- rc.local
- /home/pi – Used if push buttons have been installed to turn off, reboot, or refresh
- shutdown_button.py
- shutdown_button.service
- /
- firstboot.sh – File that provides information on first boot to guide builder to setup wifi and expand file system. Only runs once.