feat: integrate iroh-gossip for mesh networking, using ALPN for protocol routing and node events to manage gossip topics.

This commit is contained in:
2025-12-23 02:51:28 +01:00
parent 4ccdbc97f5
commit 3e39f34383
9 changed files with 388 additions and 46 deletions
+1
View File
@@ -51,6 +51,7 @@ async fn main() {
} else {
println!("Root: {}", open_info.store_id);
}
node.root_store().await.as_ref().cloned()
}
Ok(None) => {