Implement WebRTC transport layer
Due by December 25, 2025
0% complete
The Vision
Enhance the robustness and fault tolerance of the WebRTC protocol.
WebRTC serves as an alternative to the WebSocket transport layer, enabling lightweight client connectivity.
The goal is to establish seamless connectivity between lightweight clients (e.g., smol-dot/smoldot#1806) and substrate-based chains over the WebRTC transport layer.
The Plan
The Vision
Enhance the robustness and fault tolerance of the WebRTC protocol.
WebRTC serves as an alternative to the WebSocket transport layer, enabling lightweight client connectivity.
The goal is to establish seamless connectivity between lightweight clients (e.g., smol-dot/smoldot#1806) and substrate-based chains over the WebRTC transport layer.
The Plan
We need to focus on the following key areas:
- Ensuring proper implementation of the specification and maintaining smoldot connectivity
- Analyzing and optimizing memory usage to eliminate any potential memory leaks and reduce unnecessary cloning
- Implementing backpressure handling within the WebRTC layer
- Exposing detailed transport layer metrics
- Expanding and improving our testing scenarios