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

Mihini/mihinifeatures

< Mihini
Revision as of 08:32, 10 March 2015 by Niranjan.babu.in.bosch.com (Talk | contribs) (Created page with "== Installation:- == 1. Steps to download and Install Download the mihini from http://git.eclipse.org/c/mihini/org.eclipse.mihini.git/commit/ $ sudo apt-get install build-es...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installation:-

1. Steps to download and Install

Download the mihini from http://git.eclipse.org/c/mihini/org.eclipse.mihini.git/commit/ $ sudo apt-get install build-essential cmake git telnet $./{mihini-folder}/bin/build.sh

2.Compile a Lua interpreter

$ cd build.default/ $ make lua

3.Optional, if you want to use Modbus over serial $ make modbus_serial

4.Optional, if you want to use the GPIOs $ make gpio

5.Move the result of the build in your HOME $ mv runtime ~/mihini

6.Running Mihini agent $ cd mihini/runtime $ ./start.sh

7. Mihini shell $ telnet localhost 2000

NOTE:- If some of the builds are not done by default

8.Go to the build folder --

cd build.default

9.Make: This one rebuilds all default targets if their dependencies have change. Also it rebuilds cmake rules if those have changed.

Back to the top