🚀 P2P Network Speedtest & Diagnostics
Test the real P2P bandwidth and latency between two devices. Analyzes WebRTC ICE candidates to determine if you are connected via LAN, WAN, or a Relay.
True P2P Speedtest
Traditional speed tests measure connection to ISP. This tool injects continuous ArrayBuffer data over WebRTC DataChannel to measure the exact peer-to-peer physical bandwidth limits.
ICE Route Tracing
Hooks into getStats() API to extract WebRTC ICE candidate routing. Instantly tells if you are on LAN direct (Host), WAN NAT-punched (Srflx), or using a slow TURN relay.
Backpressure Safety
WebRTC easily crashes browsers if overloaded. We implemented a robust bufferedAmount throttle to squeeze max bandwidth while keeping your device memory perfectly safe.
Jitter Calculation
In addition to throughput, it sends micro ping packets to measure precise RTT latency and calculates variance-based network Jitter to reflect link stability.