Spanda Autonomous Entity Mesh — trust-aware inter-entity communication and resilience layer.
Sits above transport providers (MQTT, DDS, ROS2, BLE, Wi-Fi, etc.). Does not implement packet routing or replace existing transports.
EntityRegistry + entity graph)SignedMessage, nonce/TTL)use spanda_config::build_entity_registry;
use spanda_entity_mesh::{build_entity_mesh, evaluate_mesh_health, find_capability};
let registry = build_entity_registry(&resolved);
let mesh = build_entity_mesh(®istry, "my-mesh");
let health = evaluate_mesh_health(&mesh, &Default::default());
let thermal = find_capability(&mesh, "thermal_camera");
spanda mesh discover|list|health|route|find|…GET /v1/mesh/topology, GET /v1/mesh/health, …Experimental — see docs/feature-status.md.
spanda fleet mesh start runs the HTTP fleet relay coordinator in spanda-fleet. Entity Mesh is entity-level topology, trust routing, and partition resilience.