Git Product home page Git Product logo

dear's Introduction

DEAR

Discrete Events for Adaptive AUTOSAR (DEAR) is a framework that integrates the reactor model [1] with the communication mechanisms of Adaptive AUTOSAR. This allows to model deterministic distributed applications in Adaptive AUTOSAR. A description of the mechanisms used in DEAR can be found in our paper [2].

The DEAR framework only works in conjunction with the Adaptive Platform Demonstrator (APD). For the framework to work probably, some modifications to the communication mechanisms of APD are required. Currently we do not cannot provide those modifications in source code due to legal restrictions. Please contact us, if you need more information on how to integrate DEAR with APD.

Build

DEAR build on top of reactor-cpp. Download, build and install it first:

git clone https://github.com/tud-ccc/reactor-cpp.git
mkdir reactor-cpp/build
cd reactor-cpp/build
cmake -DCMAKE_INSTALL_PREFIX=<install-dir> ..
make install
cd ../..

Then you can download, build and install the DEAR framework:

git clone https://github.com/tud-ccc/dear.gitw
mkdir dear/build
cd dear build
cmake -DCMAKE_INSTALL_PREFIX=<install-dir> ..
make install

When using cmake from the APD SDK build via yocto, there could be an error stating that cmake does not find the reactor-cpp dependency. In this case, you can tell cmake explicitly where to find reactor-cpp:

cmake -DCMAKE_INSTALL_PREFIX=<install-dir> -Dreactor-cpp_DIR=<install_dir>/share/reactor-cpp/cmake ..

Publications

dear's People

Contributors

cmnrd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.