humdek-unibe-ch / smx-core-rts

The runtime system (RTS) library for the coordination language Streamix.
Mozilla Public License 2.0
0 stars 0 forks source link
streamix streamix-core

Streamix RTS smxrts

The runtime system (RTS) library for the coordination language Streamix. This library is used by any Streamix box which together with this runtime system may form a Streamix application.

In short, the runtime system spawns box instances as threads and manages the communication amongst the box instances.

Installation

The release page offers pre-compiled debian packages which can be installed through command line.

Building

To build the RTS from scratch run the following commands:

make
sudo make install

Note that time-triggered nets are executed with RT-Tasks.

Dependencies

Streamix Applications

Look for repositories with the name prefix smx-app- for Streamix applications which were built with this runtime system. Try this link for a list of available Streamix apps.