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 "Mihini"

(User Resources)
(How to contribute)
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Infobox
 
{{Infobox
 
| name = Mihini
 
| name = Mihini
| download = http://eclipse.org/mihini/download.php
+
| download = http://download.eclipse.org/mihini/
 
| website = http://eclipse.org/mihini
 
| website = http://eclipse.org/mihini
 
| list = mihini-dev
 
| list = mihini-dev
Line 7: Line 7:
 
| newsgroup =  
 
| newsgroup =  
 
| source = http://git.eclipse.org/c/mihini
 
| source = http://git.eclipse.org/c/mihini
}}
+
}}  
  
[http://eclipse.org/mihini Mihini] is a proposed open source project under the Eclipse Technology umbrella.
+
[http://eclipse.org/mihini Mihini] is an open source incubator project under the Eclipse Technology umbrella.  
  
The main goal of Mihini is to deliver an embedded runtime running on top of Linux, that exposes high-level Lua API for building M2M applications. Mihini aims at enabling easy and portable development, by facilitating access to the I/Os of an M2M system, providing a communication layer, etc.
+
The main goal of Mihini is to deliver an embedded runtime running on top of Linux, that exposes high-level API for building M2M applications. Mihini aims at enabling easy and portable development, by facilitating access to the I/Os of an M2M system, providing a communication layer, etc.  
  
 
= User Resources  =
 
= User Resources  =
  
*[[Mihini/Mihini Contact Team | Contact Mihini Team]]
+
*[[Mihini/Mihini Contact Team|Contact Mihini Team]]
  
* [[Mihini/Mihini Agent Linux build instructions|Linux build instructions]]
+
== Starting with Mihini  ==
* [[Mihini/EclipseCon2013 Tutorial|EclipseCon 2013 Tutorial]]
+
 
* [[Mihini/Run_Mihini_on_an_Open_Hardware_platform|Run Mihini on an Open Hardware platform]]
+
*You can read the [[Mihini/EclipseCon2013 Tutorial|EclipseCon 2013 Tutorial]]
* [[Mihini/Mihini Agent porting guide|Mihini porting guide]]
+
*Mihini source code is hosted here [https://git.eclipse.org/gitroot/mihini/org.eclipse.mihini.git Mihini repositories].
 +
 
 +
From the command line:
 +
<pre style="width: 45em;">git clone http://git.eclipse.org/gitroot/mihini/org.eclipse.mihini.git
 +
</pre>
 +
*You can read [[Mihini/Mihini Agent Linux build instructions|Linux build instructions]] to build Mihini.
 +
*You can read [[Mihini/Mihini Generate Documentation|Generate Mihini Documentation]] to generate the documentation.
 +
 
 +
== Documentation  ==
 +
 
 +
Mihini modules documentation is generated [http://download.eclipse.org/mihini/doc nightly] as html format
 +
 
 +
== Use Mihini  ==
 +
 
 +
*[[Mihini/Security|How to activate security with M3DA?]]
 +
 
 +
=== Use Mihini on a specific hardware  ===
 +
 
 +
*[[Mihini/Run Mihini on an Open Hardware platform|Run Mihini on an Open Hardware platform]]  
 +
*[[Mihini/Mihini Agent porting guide|Mihini porting guide]]
  
 
= Developer Resources  =
 
= Developer Resources  =
  
== How to contribute ==
+
== How to contribute ==
*[[Mihini/Development|Development Documentation ]] supplies information to contribute to Mihini project.
+
 
*[[Mihini/Mihini Agent Linux build instructions|Linux build instructions]] explains how to build the Mihini agent.
+
*[[Mihini/Development|Development Documentation ]] supplies information to contribute to Mihini project.
 +
*[[Mihini/Git Process|Mihini Git Process]] explains how we use Git in Mihini project.  
 +
*[[Mihini/Mihini Agent Linux build instructions|Linux build instructions]] explains how to build the Mihini agent.
 +
*[[Mihini/Mihini UnitTest|Mihini unit testing facilities]] explains [http://www.fixithere.net/ how to] run/add Mihini unittests
 +
 
 +
== Project Management ==
 +
*[[Mihini/New_and_Noteworthy|New and Noteworthy ]] explains what is new in each Mihini release.
 
*[[Mihini/Project Plan|Project Plan ]] explains the vision on the future of Mihini.
 
*[[Mihini/Project Plan|Project Plan ]] explains the vision on the future of Mihini.
 +
*[[Mihini/QA Plan|QA Plan ]] explains the validation phase for Mihini.
  
== Documentation ==
+
== Specifications  ==
* Mihini modules
+
** [[Mihini/ConfigStore|ConfigStore]]
+
** [[Mihini/Tree Manager|Tree Manager]]
+
** [[Mihini/Device Management|Device Management]]
+
  
== Specifications ==
+
*[[Mihini/Embedded Micro Protocol|Embedded Micro Protocol (EMP)]]  
*[[Mihini/Embedded Micro Protocol|Embedded Micro Protocol (EMP)]]
+
 
*[[Mihini/M3DA Specification|M3DA protocol specification ]]
 
*[[Mihini/M3DA Specification|M3DA protocol specification ]]
 +
*[[Mihini/REST_API|REST API specification ]]
  
 
= Events/Presentations/Articles  =
 
= Events/Presentations/Articles  =
  
*[http://jaxenter.com/new-m2m-portable-project-arrives-at-eclipse-welcome-mihini-43752.html JAXEnter article], July 23, 2012  
+
*[http://jaxenter.com/new-m2m-portable-project-arrives-at-eclipse-welcome-mihini-43752.html JAXEnter article], July 23, 2012
 
+
  
[[Category:Eclipse Technology Project]] [[Category:Machine-to-Machine]]
+
[[Category:Eclipse_Technology_Project]] [[Category:Machine-to-Machine]]

Revision as of 07:49, 14 February 2015

Mihini
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Mihini is an open source incubator project under the Eclipse Technology umbrella.

The main goal of Mihini is to deliver an embedded runtime running on top of Linux, that exposes high-level API for building M2M applications. Mihini aims at enabling easy and portable development, by facilitating access to the I/Os of an M2M system, providing a communication layer, etc.

User Resources

Starting with Mihini

From the command line:

git clone http://git.eclipse.org/gitroot/mihini/org.eclipse.mihini.git

Documentation

Mihini modules documentation is generated nightly as html format

Use Mihini

Use Mihini on a specific hardware

Developer Resources

How to contribute

Project Management

Specifications

Events/Presentations/Articles

Back to the top