feat(webrtc): add signaling-free WebRTC Direct transport - #160
Draft
mickvandijke wants to merge 7 commits into
Draft
feat(webrtc): add signaling-free WebRTC Direct transport#160mickvandijke wants to merge 7 commits into
mickvandijke wants to merge 7 commits into
Conversation
This was referenced Sep 1, 2026
Draft
mickvandijke
force-pushed
the
web-support
branch
from
September 4, 2026 16:08
9cf337b to
da3a693
Compare
Contributor
Benchmark ResultsPerformance Comparison
SummaryConfiguration
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an optional, signaling-free WebRTC Direct transport for browser-to-Saorsa connections.
The transport lets a browser dial a public node directly over ICE-lite, DTLS, SCTP, and a reliable ordered DataChannel. It does not require DNS, a public-CA certificate, a signaling service, TURN, or a libp2p compatibility layer.
This is the transport foundation for direct Autonomi browser clients. Higher layers remain responsible for authenticating the advertised ANT identity and limiting the application protocol.
What changes
webrtc-directCargo feature./ip4|ip6/<literal>/udp/<port>/webrtc-direct/certhash/<sha2-256>/p2p/<peer-id>Security and resource model
Compatibility
webrtc-directfeature is enabled.Test evidence
cargo test --features webrtc-direct --lib webrtc_directcargo fmt --all -- --checkgit diff --checkDraft integration notes
Rollback
Leave the feature disabled, or revert the feature and listener modules. Existing QUIC behavior is independent of this transport.
Coordinated draft stack