Expand description
ELARA Runtime - Node orchestration and main loop
This crate implements the 12-stage runtime loop:
- Advance clocks (τp, τs)
- Ingest packets
- Decrypt and validate
- Classify events
- Update time model
- Reconcile state
- Generate predictions
- Project to representation
- Collect local events
- Authorize and sign
- Build packets
- Schedule transmission
Re-exports§
pub use node::*;
Modules§
- node
- ELARA Node - Runtime loop implementation