Socket
Socket
Sign inDemoInstall

@libp2p/webrtc-star-protocol

Package Overview
Dependencies
12
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @libp2p/webrtc-star-protocol

shared types used by the libp2p webrtc transport and signalling server


Version published
Weekly downloads
1.6K
decreased by-18.08%
Maintainers
6
Install size
2.15 MB
Created
Weekly downloads
 

Readme

Source

@libp2p/webrtc-star-protocol

libp2p.io Discuss codecov CI

shared types used by the libp2p webrtc transport and signalling server

Table of contents

Install

$ npm i @libp2p/webrtc-star-protocol

Description

This module contains type definitions for the websocket events that are exchanged between peers during the handshake process.

Protocol

  1. Peers connect to the same signal server and send an ss-join event with their multiaddr as a string
  2. Peers send one or more ss-handshake events with candidate signals
  3. Peers receive one or more ws-handshake events with candidate signals
  4. Peers send one ss-handshake event with an offer signal
  5. Peers receive one ws-handshake events with an offer signal
  6. Peers are now connected
  7. Peers receive one or more ws-peer events with a multiaddr as a string for peer discovery
  8. Peers send an ss-leave event or disconnect when hanging up

See ./src/index.ts for definitions of ss-handshake and ws-handshake payloads.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Keywords

FAQs

Last updated on 24 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc