Context
Synapse is a P2P protocol. The MVP needs to demonstrate devices finding each other.
Task
Implement a basic discovery mechanism.
Requirements
- Use
mdns or libp2p-mdns for local network discovery.
- Show "Active Peers" count in the UI (Generative Dashboard).
- (Optional) Exchange a simple "Hello" message between nodes.
Reference
crates/synapse-infra/src/network/