1 / 20

Mesh Enabling sobees Demo

Mesh Enabling sobees Demo. Jean-Pierre Rey, Professor HES, jpierre.rey@hevs.ch Alain Duc, scientific collaborator , alain.duc@hevs.ch Academic TechDays , Geneva, Bern, April 2009. Live Framework Client. VPC: mesh@sobees.com. Laptop: mesh@sobees.com. MeshAppPOC Startup.

Download Presentation

Mesh Enabling sobees Demo

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MeshEnablingsobeesDemo Jean-Pierre Rey, Professor HES, jpierre.rey@hevs.ch Alain Duc, scientificcollaborator, alain.duc@hevs.ch AcademicTechDays, Geneva, Bern, April 2009

  2. Live Framework Client • VPC: mesh@sobees.com • Laptop: mesh@sobees.com

  3. MeshAppPOC Startup • VPC: MeshAppPOC Startup • Laptop: MeshAppPOC Startup

  4. Connection to Cloud LOE • VPC: MeshAppPOC Startup • Laptop: MeshAppPOC Connect to Cloud LOE

  5. Profile • VPC: MeshAppPOC Startup • Laptop: MeshAppPOC Connected to Cloud LOE

  6. MeshObject • VPC: MeshAppPOC Startup • Laptop: MeshAppPOC Create MeshObject

  7. Connect to Local LOE • VPC: MeshAppPOC Connect to Local LOE and wait for MeshObject • Laptop: MeshAppPOC Connect to Local LOE and wait for MeshObject

  8. Local LOE ready • VPC: MeshAppPOC Connected to Local LOE and MeshObject ready • Laptop: MeshAppPOC Connected to Local LOE and MeshObject ready

  9. DataEntries • VPC: MeshAppPOC Get DataEntries • Laptop: MeshAppPOC Get DataEntries

  10. Add images • VPC: MeshAppPOC Wait for Images • Laptop: MeshAppPOC Drag&Drop Images

  11. Synchronization • VPC: MeshAppPOC Images are synchronized • Laptop: MeshAppPOC

  12. Delete image • VPC: MeshAppPOCDelete an image • Laptop: MeshAppPOCWait for image to bedeleted

  13. Synchronization • VPC: MeshAppPOC • Laptop: MeshAppPOC Image is deleted

  14. Sharing MeshObject • Receive invitation • Laptop: MeshAppPOC Share MeshObject

  15. Login on Live Mesh • Login on Live Mesh • Laptop: MeshAppPOC

  16. Accept invitation • Accept invitation • Laptop: MeshAppPOC

  17. MeshAppPOC • VPC: MeshAppPOC • Laptop: MeshAppPOC

  18. CreateMeshObject / Data • //CreateMeshObject • meshObject = new MeshObject(MESHOBJECT); • //Addit to collection • loe.Mesh.MeshObjects.Add(refmeshObject); • //CreateDataFeed • dataFeed = new DataFeed(DATAFEED); • //Addit to collection • meshObject.DataFeeds.Add(refdataFeed); • //Mappings • foreach (MeshDevicedevice in loe.Mesh.Devices.Entries) • { • Mappingmap = new Mapping(); • map.Device = device; • meshObject.Mappings.Add(refmap); • }

  19. Notifications • //Set a handlertracking if MeshObjects collection changes • loe.Mesh.MeshObjects.ChangeNotificationReceived += new EventHandler(MeshObjects_ChangeNotificationReceived); • //Set a handlertracking if DataEntries collection changes • dataFeed.DataEntries.ChangeNotificationReceived += new EventHandler(DataEntries_ChangeNotificationReceived);

More Related