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/New and Noteworthy/New and Noteworthy 0.9"

(GPIO library)
Line 2: Line 2:
 
Most of the effort, and still ongoing, is to improve our process and documentation to make it compliant with the Eclipse standards.
 
Most of the effort, and still ongoing, is to improve our process and documentation to make it compliant with the Eclipse standards.
  
In addition to that a few new features where added to that version:
+
In addition to that a few new features were added to that version:
  
 
= GPIO =  
 
= GPIO =  
  
== GPIO library ==  
+
== GPIO library ==
  
A Lua library was added to handle GPIO access easily from your application.  
+
A Lua library was added to handle GPIO access easily from your application. It works out of the box on RPI and devices that provide the /sys/call/gpio linux interface
It works out of the box on RPI and devices that provide the /sys/call/gpio linux interface.
+
The API is documented here: http://download.eclipse.org/mihini/api/lua/gpio.html
  
The API is documented here: http://download.eclipse.org/mihini/api/lua/gpio.html
 
  
 
== GPIO in the device tree ==
 
== GPIO in the device tree ==
 +
  The GPIO variable are directly accessible in the device tree in order to make it easier to use and share.
 +
    Path to access to the variables are detailed here: http://git.eclipse.org/c/mihini/org.eclipse.mihini.git/tree/agent/agent/treemgr/handlers/gpio.lua?id=0.9
 +
  The GPIO sub tree can also be used with the monitoring rule system: http://download.eclipse.org/mihini/doc/agent/Monitoring.html
 +
 
  
The GPIO variables are directly accessible in the device tree in order to make it easier to use and share.  
+
= REST API to manage the agent =
 +
  The agent provides a new REST API to manage installed applications, and access the device tree.
 +
  The initial REST API documentation is available here: http://wiki.eclipse.org/Mihini/Rest
 +
 
  
Path to access to the variables are detailed here: http://git.eclipse.org/c/mihini/org.eclipse.mihini.git/tree/agent/agent/treemgr/handlers/gpio.lua
+
= Minor features and bug fixes =
  
The GPIO sub tree can also be used with the monitoring rule system: http://download.eclipse.org/mihini/doc/agent/Monitoring.html
+
This release also embedded a lot a minor features and bug fixes:
 +
https://bugs.eclipse.org/bugs/buglist.cgi?list_id=6646624&classification=Technology&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&component=Agent&product=Mihini
  
The Device Tree documentation: http://download.eclipse.org/mihini/doc/agent/Tree_Manager.html
 
  
= REST API to manage the agent =
+
= Other links of interest =  
  
The agent provides a new REST API to manage installed applications, and access the device tree.
+
Mihini internal documentation: http://download.eclipse.org/mihini/doc/?d
The initial REST API documentation is availalble here: http://wiki.eclipse.org/Mihini/Rest
+
 
+
  
This release also embedded a lot a minor features and bug fixes:
+
Mihini Framework APIs: http://download.eclipse.org/mihini/api/?d
https://bugs.eclipse.org/bugs/buglist.cgi?list_id=6646624&classification=Technology&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&component=Agent&product=Mihini
+
 
 +
Mihini packages download: http://download.eclipse.org/mihini/

Revision as of 12:00, 23 August 2013

0.9 is the first official release of Mihini in OpenSource. Most of the effort, and still ongoing, is to improve our process and documentation to make it compliant with the Eclipse standards.

In addition to that a few new features were added to that version:

GPIO

GPIO library

A Lua library was added to handle GPIO access easily from your application. It works out of the box on RPI and devices that provide the /sys/call/gpio linux interface The API is documented here: http://download.eclipse.org/mihini/api/lua/gpio.html


GPIO in the device tree

 The GPIO variable are directly accessible in the device tree in order to make it easier to use and share.
   Path to access to the variables are detailed here: http://git.eclipse.org/c/mihini/org.eclipse.mihini.git/tree/agent/agent/treemgr/handlers/gpio.lua?id=0.9
 The GPIO sub tree can also be used with the monitoring rule system: http://download.eclipse.org/mihini/doc/agent/Monitoring.html
 

REST API to manage the agent

 The agent provides a new REST API to manage installed applications, and access the device tree.
 The initial REST API documentation is available here: http://wiki.eclipse.org/Mihini/Rest
 

Minor features and bug fixes

This release also embedded a lot a minor features and bug fixes: https://bugs.eclipse.org/bugs/buglist.cgi?list_id=6646624&classification=Technology&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&component=Agent&product=Mihini


Other links of interest

Mihini internal documentation: http://download.eclipse.org/mihini/doc/?d

Mihini Framework APIs: http://download.eclipse.org/mihini/api/?d

Mihini packages download: http://download.eclipse.org/mihini/

Back to the top