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.
The release page offers pre-compiled debian packages which can be installed through command line.
To build the RTS from scratch run the following commands:
make
sudo make install
Note that time-triggered nets are executed with RT-Tasks.
-
smx-dep-zlog
This library wraps the publicly availablezlog
library in order to facilitate installing processes. Note that the zlog library was altered slighly to accommodate for a potential priority-inversion problem when using RT threads. -
sudo apt install libbson-dev
-
sudo apt install libpthread-stubs0-dev
-
sudo apt-get install lttng-tools sudo apt-get install lttng-modules-dkms sudo apt-get install liblttng-ust-dev
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.