From 15f63c800a21dc9e3808dd02ce8f25ab44734612 Mon Sep 17 00:00:00 2001 From: Stephen Kennedy Date: Tue, 12 Nov 2019 17:52:39 +0000 Subject: [PATCH] WIP roadmap --- docs/manual/roadmap.md | 25 +++++++++++++++++++++++++ docs/manual/toc.md | 1 + 2 files changed, 26 insertions(+) create mode 100644 docs/manual/roadmap.md diff --git a/docs/manual/roadmap.md b/docs/manual/roadmap.md new file mode 100644 index 0000000..72203b9 --- /dev/null +++ b/docs/manual/roadmap.md @@ -0,0 +1,25 @@ +--- +uid: roadmap +title: Roadmap +--- +# Project Goal + +The goal of MixedReality-Sharing is to provide a set crossplatform networking libraries which provide a solid foundation for rich multiuser experiences. Concretely, this covers everything from discovering peers, establishing connections and exchanging messages with them. We do this via the following independent packages + +* [Discovery](xref:Microsoft.MixedReality.Sharing.Matchmaking) - Decide who is included in the experience +* [Audio/Video/Data streams](https://microsoft.github.io/MixedReality-WebRTC/) - Exchange media and data +* [Spatial Alignment](xref:Microsoft.MixedReality.Sharing.SpatialAlignment) - Establish a shared frame of reference +* Synchronization - High level state synchronization + + +# Milestones + +## Milestone 1 (Shipped October 2019) + +Ship WebRTC 1.0.0 with support for C#/C++, Desktop/UWP, ARM/x86/x64. https://github.com/microsoft/MixedReality-WebRTC/releases/tag/v1.0.0 + +This adds support for WebRTC on windows platforms. Developers still need to supply their own signalling solution (before opening a WebRTC connection, some out-of-band messages must be exchanaged configure media types and perform NAT punchthrough) + +## Milestone 2 (Date TBD) + +This milestone adds a discovery mechanism which allows simple network autoconfiguration. \ No newline at end of file diff --git a/docs/manual/toc.md b/docs/manual/toc.md index 1bce745..6dba35d 100644 --- a/docs/manual/toc.md +++ b/docs/manual/toc.md @@ -1,2 +1,3 @@ +# [Roadmap](roadmap.md) # [Installation](installation.md) # [Download](building.md) \ No newline at end of file