.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/pypi.yaml
.github/workflows/tests.yaml
docs/Makefile
docs/conf.py
docs/edl.rst
docs/index.rst
docs/make.bat
docs/opd.rst
docs/state.rst
docs/static/comms_ipc.drawio
docs/static/comms_ipc.jpg
docs/static/custom.css
docs/static/opd.jpg
oresat_c3/__init__.py
oresat_c3/__main__.py
oresat_c3/_version.py
oresat_c3.egg-info/PKG-INFO
oresat_c3.egg-info/SOURCES.txt
oresat_c3.egg-info/dependency_links.txt
oresat_c3.egg-info/entry_points.txt
oresat_c3.egg-info/requires.txt
oresat_c3.egg-info/top_level.txt
oresat_c3/drivers/__init__.py
oresat_c3/drivers/fm24cl64b.py
oresat_c3/drivers/max7310.py
oresat_c3/drivers/si41xx.py
oresat_c3/protocols/__init__.py
oresat_c3/protocols/ax25.py
oresat_c3/protocols/cachestore.py
oresat_c3/protocols/cfdp.py
oresat_c3/protocols/edl_command.py
oresat_c3/protocols/edl_packet.py
oresat_c3/protocols/uslp.py
oresat_c3/services/__init__.py
oresat_c3/services/beacon.py
oresat_c3/services/channel_router.py
oresat_c3/services/cop_manager.py
oresat_c3/services/edl.py
oresat_c3/services/node_manager.py
oresat_c3/services/radios.py
oresat_c3/services/state.py
oresat_c3/subsystems/__init__.py
oresat_c3/subsystems/_gpio.py
oresat_c3/subsystems/antennas.py
oresat_c3/subsystems/opd.py
oresat_c3/subsystems/rtc.py
oresat_c3/templates/beacon.html
oresat_c3/templates/keys.html
oresat_c3/templates/node_manager.html
oresat_c3/templates/state.html
scripts/beacon.py
scripts/edl_cmd_shell.py
scripts/edl_file_upload.py
scripts/edl_ping_loop.py
tests/__init__.py
tests/drivers/__init__.py
tests/drivers/test_fm23cl64b.py
tests/drivers/test_max7310.py
tests/protocols/__init__.py
tests/protocols/test_ax25.py
tests/protocols/test_cachestore.py
tests/protocols/test_edl_command.py
tests/protocols/test_edl_packet.py
tests/services/__init__.py
tests/services/test_state.py
tests/subsystems/__init__.py
tests/subsystems/test_opd.py