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

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)
clap derive with env vars (see src/main.rs Cli).
| Flag | Env | Default | Role |
|---|---|---|---|
--udp-addr |
THALAMIC_UDP_ADDR |
127.0.0.1:9898 |
UDP IPC bind |
--metrics-ip |
THALAMIC_METRICS_IP |
127.0.0.1 |
Prometheus host (port always 9000) |
--step-interval-ms |
THALAMIC_STEP_INTERVAL_MS |
100 |
Main-loop sleep (≥ 1) |
--force-software-only |
THALAMIC_FORCE_SOFTWARE_ONLY |
false |
Skip real GPU; simulated telemetry |
--num-channels |
THALAMIC_NUM_CHANNELS |
(see --help) |
Stimuli / input channels (≥ 1) |
--num-lif |
THALAMIC_NUM_LIF |
(see --help) |
LIF neuron count |
--num-izh |
THALAMIC_NUM_IZH |
(see --help) |
Izhikevich neuron count |
Also: RUST_LOG for tracing filter (subscriber defaults INFO when initialized via init_telemetry).
thalamic-relay --help
thalamic-relay -VUnit tests cover CLI parse / env equivalence for key flags.
Last updated: July 29, 2026
Updated by: Grok Build: Grok 4.5
Package tip reference: e09cd4a (main)
Devin DeepWiki: commit e09cd4a · thalamic-relay