.copier-answers.yml
.gitattributes
.gitignore
.gitlab-ci.yml
.gitleaks.toml
.pre-commit-config.yaml
.python-version
Dockerfile
LICENSE
README.md
catalog-info.yaml
pyproject.toml
renovate.json
uv.lock
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_container.yml
.github/workflows/_dist.yml
.github/workflows/_docs.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.github/workflows/periodic.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
dev/configure.sh
dev/requirements.txt
dev/start.sh
dev/one_node_fp/fp1.json
dev/one_node_fp/fr1.json
dev/one_node_fp/layout.kdl
dev/one_node_fp/log4cxx.xml
dev/one_node_fp/odin_server.cfg
dev/one_node_fp/stFrameProcessor1.sh
dev/one_node_fp/stFrameReceiver1.sh
dev/one_node_fp/stMetaWriter.sh
dev/one_node_fp/stOdinServer.sh
dev/two_node_fp/fp1.json
dev/two_node_fp/fp2.json
dev/two_node_fp/fr1.json
dev/two_node_fp/fr2.json
dev/two_node_fp/layout.kdl
dev/two_node_fp/log4cxx.xml
dev/two_node_fp/odin_server.cfg
dev/two_node_fp/stFrameProcessor1.sh
dev/two_node_fp/stFrameProcessor2.sh
dev/two_node_fp/stFrameReceiver1.sh
dev/two_node_fp/stFrameReceiver2.sh
dev/two_node_fp/stMetaWriter.sh
dev/two_node_fp/stOdinServer.sh
docs/_api.rst
docs/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/_static/theme_overrides.css
docs/_templates/custom-module-template.rst
docs/explanations/decisions.md
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/explanations/decisions/COPYME
docs/how-to/contribute.md
docs/how-to/run-container.md
docs/images/dls-logo.svg
docs/tutorials/installation.md
src/fastcs_odin/__init__.py
src/fastcs_odin/__main__.py
src/fastcs_odin/_version.py
src/fastcs_odin/http_connection.py
src/fastcs_odin/util.py
src/fastcs_odin.egg-info/PKG-INFO
src/fastcs_odin.egg-info/SOURCES.txt
src/fastcs_odin.egg-info/dependency_links.txt
src/fastcs_odin.egg-info/entry_points.txt
src/fastcs_odin.egg-info/requires.txt
src/fastcs_odin.egg-info/top_level.txt
src/fastcs_odin/controllers/__init__.py
src/fastcs_odin/controllers/odin_adapter_controller.py
src/fastcs_odin/controllers/odin_controller.py
src/fastcs_odin/controllers/odin_subcontroller.py
src/fastcs_odin/controllers/odin_data/__init__.py
src/fastcs_odin/controllers/odin_data/frame_processor.py
src/fastcs_odin/controllers/odin_data/frame_receiver.py
src/fastcs_odin/controllers/odin_data/meta_writer.py
src/fastcs_odin/controllers/odin_data/odin_data_adapter.py
src/fastcs_odin/io/__init__.py
src/fastcs_odin/io/config_fan_sender_attribute_io.py
src/fastcs_odin/io/parameter_attribute_io.py
src/fastcs_odin/io/status_summary_attribute_io.py
tests/conftest.py
tests/dump_server_response.py
tests/test_cli.py
tests/test_controllers.py
tests/test_http_connection.py
tests/test_introspection.py
tests/test_util.py
tests/input/mw_response.json
tests/input/one_node_fp_response.json
tests/input/two_node_fp_response.json
tests/input/two_node_fr_response.json