-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Raul Montoya Cardenas edited this page Jul 29, 2026
·
3 revisions

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)
- Rust 2024 edition toolchain (README notes ≥ 1.85;
Cargo.tomlsetsrust-version = "1.97") - Linux (tested)
- Optional: NVIDIA GPU + NVML /
nvidia-smifor real telemetry -
pkg-configfor some native deps
cd thalamic-relay
cargo build --release
cargo run --bin thalamic-relay
cargo run --bin thalamic-relay -- --force-software-only --step-interval-ms 50| Interface | Default |
|---|---|
| UDP IPC | 127.0.0.1:9898 |
| Prometheus | http://127.0.0.1:9000/metrics |
| Lockfile | /tmp/thalamic_relay.lock |
THALAMIC_UDP_ADDR=0.0.0.0:12345 THALAMIC_METRICS_IP=0.0.0.0 \
cargo run --bin thalamic-relay -- --force-software-only --step-interval-ms 50Last updated: July 29, 2026
Updated by: Grok Build: Grok 4.5
Package tip reference: e09cd4a (main)
Devin DeepWiki: commit e09cd4a · thalamic-relay