update root readme for new folder org

This commit is contained in:
Patrick Farley 2016-10-27 13:38:08 -07:00
Родитель babc59ac1b
Коммит e9336eb936
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,9 +1,9 @@
# Project "Rome" for non-Windows platforms
# Project "Rome" on non-Windows platforms
Project "Rome" is the marketing term for Microsoft's remote systems platform. This feature, consisting of API sets on several platforms, allows an app on a client (local) device to interact with apps and services on a host (remote) device that is signed in with or receptive to the Microsoft Account (MSA) on the client device. This allows developers to program cross-device experiences that are centered around user tasks rather than devices.
Project "Rome" is the marketing term for Microsoft's remote systems platform. This feature, consisting of API sets on multiple development platforms, allows an app on a client (local) device to interact with apps and services on a host (remote) device that is signed in with or receptive to the Microsoft Account (MSA) on the client device. This allows developers to program cross-device experiences that are centered around user tasks rather than devices.
Currently, Project "Rome" is implemented for the following scenarios:
* Windows client to Windows host
* Android client to Windows host
The first scenario, dealing only with the Universal Windows platform, is documented via [how-to content](https://msdn.microsoft.com/windows/uwp/launch-resume/connected-apps-and-devices) and [API reference documentation](https://msdn.microsoft.com/library/windows/apps/windows.system.remotesystems.aspx) on the Windows Dev Center. Any scenarios involving non-Windows platforms are covered in this repository. You will find documentation, code samples, and links to SDK downloads in the respective folder of each platform.
The first scenario, dealing only with the Universal Windows platform, is documented via [how-to content](https://msdn.microsoft.com/windows/uwp/launch-resume/connected-apps-and-devices) and [API reference documentation](https://msdn.microsoft.com/library/windows/apps/windows.system.remotesystems.aspx) on the Windows Dev Center. See these resources for more detailed information about the feature in general. Any scenarios involving non-Windows platforms are covered in this repository. You will find documentation, code samples, and links to SDK downloads for each development platform in its respective folder.