prns-core 0.3.7

Pure Reticulum engine and wire contract for Personal Reticulum
1
2
3
4
5
6
7
8
//! Optional, platform-neutral observations that can inform PRNS behavior.
//!
//! Hosts own acquisition: an embedded board may read a UART or ADC while a phone uses operating
//! system services. This module owns the portable values and deterministic interpretation shared
//! by those hosts. Merely supplying an observation never publishes it or changes network policy.

pub mod positioning;
pub mod power;