As an application designer you typically want to combine already existing and working software modules - so called Units (from one or more Domains) - into large and complex applications. Normally each unit fulfills a single task that can be, e.g.:
- accessing a sensor or hardware component as a driver and providing the sensors data in a channel
- running an algorithm on data to produce new information, statistics and results
To combine units to a larger application one needs to write a config file where he:
- specifies the used units
- specifies the way they are connected
- specifies the parameters of these units
For downloading and installing components needed in an application as well as the applications itself you should make use of mirapackage. mirapackage is a package management tool that allows to list, filter, install and uninstall single or multiple components that are organized in packages and automatically handles dependencies of these packages.
There are mainly three tools available that can launch an existing configuration file
- mira Launches an application as a console program without any GUI support
- miragui Launches an application as console program with GUI support
- miracenter Launches a graphical user interface that allows to visualize data, channels and status of the application
Users who want to build an application from a set of existing Units do not need any special programming background, however, they should be familiar with:
For a quick start have a look at the tutorials.
|