Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Ze WebRTC Direct Library #4

Open
hellwolf opened this issue Jun 7, 2018 · 0 comments
Open

Create Ze WebRTC Direct Library #4

hellwolf opened this issue Jun 7, 2018 · 0 comments
Labels

Comments

@hellwolf
Copy link
Contributor

hellwolf commented Jun 7, 2018

Use WebRTC rtcdatachannel in a server/client fashion.

Purpose:

  • Allow server to expose two ports to the public:
    • webrtc_direct_control_port
    • webrtc_direct_data_port
  • Allow websites to download data from p2p nodes without relying on the PKI infrustructure.

Requirements:

  • Separated into Server and Client classes
  • On server side: Create an internal stun server that can be configured to return a fixed public server ip and optionally a fixed public webrtc-direct data port for multiplexing purpose
  • On server side: When multiplexing is enabled, a proxy server is implemented to map client connections and webrtc connections
@hellwolf hellwolf added the Epic label Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant