Code Monkey home page Code Monkey logo

dsi's Introduction

DSI(Distributed Service Interface) reference implementation

DSI is a message oriented middleware designed for embedded systems in the automotive industry.

Contained files
---------------

 - dsi base library is used by the applications using the DSI
 - servicebroker an interface resolution and lifecycle service executable
 - sbcat utility to retrieve servicebroker status information
 - tests
 - examples


Requirements
------------

 - C++ compiler (g++ >= 4.4)
 - cmake build system
 - for unittests cppunit needs to be installed


Build howto
-----------

For an out-of-source build just dive into the project root directory and call './update.sh' for a debug build. The resulting binaries will be created in the directory './build/debug'.

You may install an necessary libraries and header by calling 'make install'.

Available arguments for the update script update.sh:

   ./update.sh [--release|--debug] <make target>
   
For running tests, type:

   ./update.sh test

When running tests directly on the build tree using 'make test' it is recommended that you tell ctest to add some output in case of failures. This can be done via

   make test ARGS=--output-on-failure

dsi's People

Contributors

martinhaefner1 avatar dsiharman avatar

Watchers

James Cloos avatar  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.