What is Live Mesh?
Live Mesh is a data synchronization system from Microsoft that allows files and folders to be shared and synchronized across multiple devices. Live Mesh consists of a software component that allows synchronization relationships to be created among different devices. Once a folder is set for synchronization, it will be available in all devices, and any changes made to the content of the folder will be reflected across all devices. Live Mesh uses FeedSync to convey the changes made in each device so that the changes can be synchronized.The information about devices and folders participating in a synchronization relationship is not stored locally but at the service-end.Devices in a sync relationship are collectively referred to as a Mesh.
Live Mesh is part of Live Services, one of the building blocks of Microsofts Azure Services Platform - a "cloud" platform hosted at Microsoft data centers.
What is the use of this?
The Live Mesh software, called Mesh Operating Environment(MOE), is currently available for Windows XP, Windows Vista, Windows Mobile, and Mac OS X. It can be used to create and manage the synchronization relationships between devices and data. Live Mesh also includes a cloud storage component, called Live Desktop. It is an online storage service that allows synchronized folders to be accessible via a website.Live Mesh also provides a remote desktop software called Live Mesh Remote Desktop that can be used to remotely connect and manage to any of the devices in a synchronization relationship.Live Mesh Remote Desktop allows users to control their devices from the Live Mesh application, as well as from any other internet connected PC.
The developer component of Live Mesh is a set of protocol and Application Programming Interfaces(API) known as Live Framework(previously known as MeshFX). It is a REST-based API for accessing the Live Mesh services over HTTP. Microsoft has also provided APIs for managed code(including .NET Framework and Microsoft Silverlight) as well as for Win32 and JavaScript via a developer Software Development Kit(SDK). Unlike the Mesh Operating Environment(MOE), which is limited to sharing folders, the MeshFX APIs can be used to share any data item between devices that recognize the data. The API encapsulates the data into a Mesh Object - the native synchronization unit of Live Mesh - which is then tracked for changes and synchronized. A Mesh Object consists of a collection of Data Feeds, which can be represented in Atom, RSS, JSON or Plain Old XML formats. The data entries within these feeds are synchronized via the FeedSync protocol. The MOE software also creates Mesh Objects for each Live Mesh folder in order for them to be synchronized.