Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 3 KB

File metadata and controls

66 lines (49 loc) · 3 KB

A Reactor-Oriented Programming Framework in C++

CI

Important

This repository is currently not actively maintained and developed as the core contributors focus on other projects. Please check out the Xronos SDK which uses a fork of this runtime and reactor-uc which applies the same underlying ideas to embedded devices.

While reactor-cpp can be used as a standalone framework, it is designed to work in conjunction with Lingua Franca, a polyglot metaprogramming language. Read the Lingua Franca handbook to get an overview of the reactor model.

Build

mkdir build
cd build
cmake ..
make

The examples need to be built explicitly. Alternatively, take a look at the CONTRIBUTING.md for building with nix package manager.

Extras

reactor-cpp can be built with tracing support. This provides a powerful tool for analyzing and debugging reactor applications.

Contributing

For general guidelines about contributing, see CONTRIBUTING.md.

Publications

More related publications are available on the Lingua Franca publication page.