8 Commits

Author SHA1 Message Date
Markus Zehnder 54f34def2c refactor: rename sysinfo tool to aster-sysinfo (#16)
The sysinfo name was too generic and misleading. This tool provides
sensor values from the system for `asterctl` and is not a generic system
information tool.
2025-08-31 20:58:43 +02:00
Markus Zehnder cfe178893f ci: fix build trigger for refactored crates 2025-08-31 17:57:28 +02:00
Markus Zehnder 3414589bd5 feat: use mdBook for documentation (#10) 2025-08-28 23:22:04 +02:00
Markus Zehnder e85d616da7 feat: simple sensor panels with file-based data source (#7)
* add simulation mode for easier development

* improved sensor file watcher, poc cpu & mem usage

Trigger file read by rename event

* feat: system information sensor tool

Gather various sensor values with the sysinfo crate:
https://github.com/GuillaumeGomez/sysinfo
Values can be written to a sensor source file with the `--out` cmd line
option for the `asterctl` tool.

* ci: build sysinfo tool and include in build artifact

* feat: support integerDigits, decimalDigits sensor value format options

* docs: update documentation

Closes #6
2025-08-22 13:41:31 +02:00
Markus Zehnder 5f79d7a3b6 docs: add systemd unit service to switch off LCD on boot (#4) 2025-08-02 18:51:01 +02:00
Markus Zehnder fa134da7b2 fix: set clippy permissions in GH action 2025-07-26 00:15:14 +02:00
Markus Zehnder e40657ab58 fix: GitHub release permissions (#2) 2025-07-26 00:11:40 +02:00
Markus Zehnder b759b70acc ci: add GitHub lint & build actions (#1)
- Run cargo clippy and fmt to check source code
- Build release build and upload artifact
- Create a development build with `latest` tag for pushes on main
- Create a release build for version tags
2025-07-25 23:41:26 +02:00