RAN3D / n2n-wrtc

Create and manage connections over the network using signaling services and (WebRTC) wrapper. Replacement package for n2n-overlay-wrtc and neighborhood-wrtc, This allows to do the same job but the package is completely rebuilt from scratch for simplicity and extensibility.
https://ran3d.github.io/n2n-wrtc/
MIT License
3 stars 1 forks source link

New Features #1

Open folkvir opened 6 years ago

folkvir commented 6 years ago

If you have any idea on new features, please put your suggestion here.

nhaouari commented 6 years ago

Enhancement

When we change just the direction of a specific connection ( e.g. A->B to B->A), we need to exchange offers and create a new socket (e.g. B->A) and disconnect the previous socket (A->B).

In the case of having physical disconnection of a socket (removing the last virtual arc), the idea is to keep the same socket (A->B) and exchange messages between A, B instead of offers to change the neighbourhood tables.