The WebRTC protocol stack draws on decades of research into congestion control, security, and NAT traversal. These explorers take it apart layer by layer.
Offer/Answer Trace
The handshake flow. Follow the negotiation state machine from idle to connected.
SDP Inspector
Session description. Decode the metadata and capabilities exchanged during negotiation.
ICE Explorer
Candidate gathering. Inspect how your browser discovers possible network paths.
Network Resilience
Simulate packet loss and latency to see how WebRTC recovers under pressure.
Throughput Analysis
Measure the raw transmission limits of a browser-to-browser data channel.
The SDP, ICE, and Throughput inspectors use your browser's actual WebRTC stack to gather real data. The Signaling and Network Resilience modules are didactic simulators designed to illustrate protocol behavior under specific conditions. Start with the offer/answer trace, then inspect the SDP and ICE data it produces.