Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "IoT/M2MIWG/Demonstrator"

< IoT
(Using the demonstrator for showcasing commercial products build with Eclipse M2M technology)
Line 1: Line 1:
 
{{:DocumentationGuidelines/DraftHeader}}  
 
{{:DocumentationGuidelines/DraftHeader}}  
 +
 +
__TOC__
  
 
The M2M Industry Working Group is working on setting up a demonstrator of the technologies that are being developed under its umbrella.
 
The M2M Industry Working Group is working on setting up a demonstrator of the technologies that are being developed under its umbrella.
Line 5: Line 7:
 
It has been decided to go with the use case of a connected greenhouse, reporting its status (temperature, humidity, luminosity) and being controllable (turning artificial lighting on/off).
 
It has been decided to go with the use case of a connected greenhouse, reporting its status (temperature, humidity, luminosity) and being controllable (turning artificial lighting on/off).
  
[[Image:greenhouse.png]]
+
= Purpose =
  
= Demonstrator hardware setup =
+
Members of the M2M Industry Working Group or interested parties are invited to use the same setup for showcasing their commercial products based on the Eclipse M2M projects, and promoting the interoperability of their solutions.
 +
 
 +
For members of the IWG only, it will be possible to promote their solution on [http://m2m.eclipse.org m2m.eclipse.org] in the form of a small description and a link to their own website.
 +
 
 +
== Suggestions of "commercial" scenarios ==
 +
 
 +
* connect the Raspberry Pi based greenhouse to your commercial server product using MQTT or M3DA
 +
* promote an implementation of the greenhouse using your commercial embedded framework but connect it to the public m2m.eclipse.org broker (M3DA or MQTT)
 +
 
 +
= Demonstrator setup =
 +
 
 +
== Overview ==
 +
 
 +
[[Image:demo.png]]
 +
 
 +
== Hardware ==
 +
 
 +
[[Image:greenhouse.png]]
  
 
* a table top green-house
 
* a table top green-house
Line 17: Line 36:
 
* a Raspberry Pi : http://www.raspberrypi.org/faqs for running Mihini and communicating with the m2m.eclipse.org server
 
* a Raspberry Pi : http://www.raspberrypi.org/faqs for running Mihini and communicating with the m2m.eclipse.org server
  
[[Image:demo.png]]
+
== Software ==
  
= Using the demonstrator for showcasing commercial products build with Eclipse M2M technology =
+
Source code of the demonstrator is available on Mihini examples source code repository: http://git.eclipse.org/c/mihini/org.eclipse.mihini.samples.git
 
+
The members of the Working Group are welcome to use the same setup for showcasing their commercial products based on the Eclise M2M projects, and promoting the interoperability of their solutions.
+
 
+
Examples :  
+
* connect the Raspberry Pi based greenhouse to your commercial server product using MQTT or M3DA
+
* promote an implementation of the greenhouse using your commercial embedded framework but connect it to the public m2m.eclipse.org broker (M3DA or MQTT)
+

Revision as of 10:15, 17 May 2013

Warning2.png
Draft Content
This page is currently under construction. Community members are encouraged to maintain the page, and make sure the information is accurate.


The M2M Industry Working Group is working on setting up a demonstrator of the technologies that are being developed under its umbrella.

It has been decided to go with the use case of a connected greenhouse, reporting its status (temperature, humidity, luminosity) and being controllable (turning artificial lighting on/off).

Purpose

Members of the M2M Industry Working Group or interested parties are invited to use the same setup for showcasing their commercial products based on the Eclipse M2M projects, and promoting the interoperability of their solutions.

For members of the IWG only, it will be possible to promote their solution on m2m.eclipse.org in the form of a small description and a link to their own website.

Suggestions of "commercial" scenarios

  • connect the Raspberry Pi based greenhouse to your commercial server product using MQTT or M3DA
  • promote an implementation of the greenhouse using your commercial embedded framework but connect it to the public m2m.eclipse.org broker (M3DA or MQTT)

Demonstrator setup

Overview

Demo.png

Hardware

Greenhouse.png

Software

Source code of the demonstrator is available on Mihini examples source code repository: http://git.eclipse.org/c/mihini/org.eclipse.mihini.samples.git

Back to the top