qaul / qaul.net

Internet Independent Wireless Mesh Communication App
https://qaul.net
GNU Affero General Public License v3.0
496 stars 63 forks source link

Libqaul WebRTC TURN Server #309

Open MathJud opened 2 years ago

MathJud commented 2 years ago

For proxifying webrtc streams between clients we can use the libp2p-webrtc module.

This module can be used for signaling and for transport.

sukhman-sukh commented 2 months ago

Hey @MathJud, I would like to work on this issue. I just have a few doubts :-

  1. Are we going to establish a webRTC signaling connection using STUN/TURN both to first try swapping SDPs between two peers or are we just setting up a TURN proxy server to act as a relay between two peers?
  2. Afaik, we are communicating through LAN, internet, and Bluetooth(in progress). So are we setting up new system of communication using webRTC or is there anything already present and we have to build upon that?

It would be great if you could elaborate more on the issue.

Thanks.