tana / Mondeto

An open, flexible, and secure online virtual reality system.
MIT License
39 stars 0 forks source link

Move to QUIC-based protocol #114

Closed tana closed 2 years ago

tana commented 2 years ago

Changed communication backend from deprecated MixedReality-WebRTC (see #106 ) to MsQuic. This simplified some aspects (e.g. need for separate signaling server) but NAT traversal is no longer supported. This transition required some changes in high-level protocol, but overall structure of program is not changed so much.