.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/workflow.yml
contrib/systemd/bussdcc-system.service
src/bussdcc_system/__init__.py
src/bussdcc_system/cli.py
src/bussdcc_system/py.typed
src/bussdcc_system/version.py
src/bussdcc_system.egg-info/PKG-INFO
src/bussdcc_system.egg-info/SOURCES.txt
src/bussdcc_system.egg-info/dependency_links.txt
src/bussdcc_system.egg-info/entry_points.txt
src/bussdcc_system.egg-info/requires.txt
src/bussdcc_system.egg-info/top_level.txt
src/bussdcc_system/interface/__init__.py
src/bussdcc_system/interface/notification.py
src/bussdcc_system/interface/web/__init__.py
src/bussdcc_system/interface/web/interface.py
src/bussdcc_system/interface/web/devices/plugin.py
src/bussdcc_system/interface/web/devices/resolver.py
src/bussdcc_system/interface/web/devices/templates/bussdcc_system/devices/index.html
src/bussdcc_system/interface/web/devices/templates/bussdcc_system/devices/new.html
src/bussdcc_system/interface/web/devices/templates/bussdcc_system/devices/new_config.html
src/bussdcc_system/interface/web/devices/templates/bussdcc_system/devices/show.html
src/bussdcc_system/interface/web/info/plugin.py
src/bussdcc_system/interface/web/info/templates/bussdcc_system/info/index.html
src/bussdcc_system/interface/web/message_stats/plugin.py
src/bussdcc_system/interface/web/message_stats/templates/bussdcc_system/message_stats/index.html
src/bussdcc_system/interface/web/message_stats/templates/bussdcc_system/message_stats/components/_message_stats.html
src/bussdcc_system/interface/web/services/plugin.py
src/bussdcc_system/interface/web/services/templates/bussdcc_system/services/index.html
src/bussdcc_system/interface/web/services/templates/bussdcc_system/services/components/_control_list.html
src/bussdcc_system/interface/web/stats/plugin.py
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/index.html
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/components/_cpu_chart.html
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/components/_cpu_temperature_card.html
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/components/_cpu_usage_bar.html
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/components/_disk_usage_bar.html
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/components/_disk_usage_card.html
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/components/_memory_usage_bar.html
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/components/_memory_usage_card.html
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/components/_network_chart.html
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/components/_network_usage_card.html
src/bussdcc_system/interface/web/stats/templates/bussdcc_system/stats/components/_system_load_card.html
src/bussdcc_system/interface/web/templates/base.html
src/bussdcc_system/message/__init__.py
src/bussdcc_system/message/device_manager.py
src/bussdcc_system/message/identity.py
src/bussdcc_system/message/notify.py
src/bussdcc_system/message/stats.py
src/bussdcc_system/model/__init__.py
src/bussdcc_system/model/device.py
src/bussdcc_system/process/__init__.py
src/bussdcc_system/process/device_manager.py
src/bussdcc_system/process/system_identity.py
src/bussdcc_system/process/system_stats.py
src/bussdcc_system/service/__init__.py
src/bussdcc_system/service/system_identity.py
src/bussdcc_system/service/system_stats.py
src/bussdcc_system/service/device_manager/__init__.py
src/bussdcc_system/service/device_manager/graph.py
src/bussdcc_system/service/device_manager/reconciler.py
src/bussdcc_system/service/device_manager/service.py