DQuic is an open-source QUIC implementation that extends the IETF-standardized protocol to support peer-to-peer communication and multipath transport, moving beyond traditional client-server architectures. It integrates NAT traversal, STUN, Relay, and signaling directly into the QUIC framework, enabling endpoints to establish direct connections without relying on external services.
I-server is a networking project that hides a server's identity from clients by using ICMP Echo Reflection and ICMP Destination Unreachable packets to relay communications indirectly through third-party servers, making it difficult to identify the actual server IP from network traffic analysis alone.
DDns is a DNS protocol extension that maps static names to dynamic network addresses beyond traditional IP-based resolution. It addresses DNS limitations by supporting endpoints behind NAT and private networks through a new resource record type that includes both direct and delegate-assisted transport addresses with arbitrary port information.
BitBang addresses the challenge of remotely accessing hardware, sensors, and media from local networks without requiring software installation, accounts, or cloud service dependencies. The article critiques existing solutions like ngrok, Tailscale, and cloud platforms for being too heavy, account-gated, or locked-in, and proposes a browser-native, end-to-end verified approach to remote access.