| Crates.io | cu-consolemon |
| lib.rs | cu-consolemon |
| version | 0.9.1 |
| created_at | 2024-10-12 19:57:20.960027+00 |
| updated_at | 2025-09-12 20:22:37.786222+00 |
| description | A monitoring TUI for Copper. See the main Copper repository for more information. |
| homepage | https://github.com/copper-project |
| repository | https://github.com/copper-project/copper-rs |
| max_upload_size | |
| id | 1406829 |
| size | 228,086 |

Note: This is part of the Copper project. See the main project page for context.
The ConsoleMon is a simple monitor that display the current state of the robot to the console in an TUI. It is useful for monitoring a robot quickly over ssh or in a terminal.
Add it as a dependency in your Cargo.toml:
[dependencies]
cu-consolemon = "*"
And in you copperconfig.ron:
(
tasks: [
( ...
),
],
cnx: [
( ... ),
],
monitor: (
type: "cu_consolemon::CuConsoleMon", // <== Here
)
)
The monitor has 4 screens:
debug_pane: A pane that displays debug logs in real-time.debug_pane featureEnabled by default. Disable with default-features = false. Displays real-time logs
from log, cu29-log and stderr.