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"

m (How to contribute)
(User Resources)
Line 17: Line 17:
 
*[[Mihini/Mihini Contact Team | Contact Mihini Team]]
 
*[[Mihini/Mihini Contact Team | Contact Mihini Team]]
  
Starting with Mihini:
+
== Starting with Mihini ==
* [[Mihini/EclipseCon2013 Tutorial|EclipseCon 2013 Tutorial]]
+
* You can read the [[Mihini/EclipseCon2013 Tutorial|EclipseCon 2013 Tutorial]]
* See ''Mihini Git Process'' in the how to contribute section below to checkout Mihini source code
+
* Mihini source code is hosted here [https://git.eclipse.org/gitroot/mihini/org.eclipse.mihini.git Mihini repositories].
* [[Mihini/Mihini Agent Linux build instructions|Linux build instructions]]
+
From the command line:
* [[Mihini/Mihini_Generate_Documentation| Generate Mihini Documentation]]
+
<pre style="width: 40em;">
 +
git clone ssh://git.eclipse.org/gitroot/mihini/org.eclipse.mihini.git
 +
</pre>
 +
* About Development IDE Configuration?
 +
* 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.
  
 
+
== Use Mihini ==
Use Mihini:
+
 
* [[Mihini/Security|How to activate security with M3DA?]]
 
* [[Mihini/Security|How to activate security with M3DA?]]
  
Use Mihini on a specific hardware:
+
=== Use Mihini on a specific hardware ===
 
* [[Mihini/Run_Mihini_on_an_Open_Hardware_platform|Run Mihini on an Open Hardware platform]]
 
* [[Mihini/Run_Mihini_on_an_Open_Hardware_platform|Run Mihini on an Open Hardware platform]]
 
* [[Mihini/Mihini Agent porting guide|Mihini porting guide]]
 
* [[Mihini/Mihini Agent porting guide|Mihini porting guide]]

Revision as of 11:39, 22 May 2013

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

Mihini is a proposed open source 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 ssh://git.eclipse.org/gitroot/mihini/org.eclipse.mihini.git

Use Mihini

Use Mihini on a specific hardware

Developer Resources

How to contribute

Documentation

Mihini modules documentation is generated nightly as html format

Specifications

Events/Presentations/Articles

Back to the top