WebUDP icon indicating copy to clipboard operation
WebUDP copied to clipboard

Client mode

Open seemk opened this issue 6 years ago • 2 comments

At the moment WebUDP can't initiate connections to other instances or browsers.

seemk avatar Jan 04 '18 19:01 seemk

cool, so webUDP will be not be only the server side. it will be webrtc datachannel peer lib.

notedit avatar Jan 07 '18 15:01 notedit

This may be off base, but isn't it possible to use an external agent to handle ICE/STUN/TURN as long as on the same LAN? For example, if I'm on Ubuntu running WebUDP and have standard Chrome as well (or even better node.js), what is to stop WebUDP from forwarding such events/requests to the standard WebRTC stack, then sending ICE candidates (etc) back to WebUDP. In other words, session and connection information is initiated using standard WebRTC, but passed onto WebUDP where the actual connection is created.

seeme-o avatar Jun 28 '19 17:06 seeme-o