3 Commits

Author SHA1 Message Date
430daa39dc Configures fleet telemetry via API
All checks were successful
Build, Push and Run Container / build (push) Successful in 26s
Implements fleet telemetry configuration by first removing the existing telemetry configuration and then posting a new configuration.

This configures telemetry data collection intervals and host information.

Adds logging for request/response from the API.
2025-08-21 14:52:03 +02:00
1aa42c1cd6 Increases log verbosity during development
All checks were successful
Build, Push and Run Container / build (push) Successful in 24s
Configures logging to show more detailed information during development.
Improves logging for debugging and troubleshooting authentication issues.
2025-08-18 14:22:32 +02:00
043f504cdd Proof Of Concept initial
Adds initial files for a proof-of-concept project, including Dockerfile, .gitignore, project files, and MQTT-related services.

This commit sets up the basic structure and configuration for exploring and validating the core concepts of the project.
2025-08-06 15:40:48 +02:00