'use client'; import { motion } from 'framer-motion'; import { Network, Search, Users } from 'lucide-react'; export default function PeerDiscoveryDiagram() { return (
Peers announce themselves to the DHT using the P2NS topic
Query the DHT to find other peers interested in the same topic
Establish direct connections using UDP hole-punching
Hyperswarm automatically handles peer churn and reconnection, ensuring the network remains connected even as peers join and leave.