Code Monkey home page Code Monkey logo

automotive-message-broker's Introduction

Automotive Message Broker Daemon {#ambd}

Version 0.15

Introduction

Automotive Message Broker is a vehicle network abstraction system. It brokers information from the vehicle to applications. It provides application with a rich API for accessing vehicle data.

Automotive Message Broker is built using CMake and requires libltdl (libtool), libjson-c, and boost packages.

Git

About the Git Tree: 'master' is expected to be unstable and may not even compile. If you want something more stable, checkout one of the release branches (ie, 0.9.0, 0.10, etc)

Building

To build:

cd automotive-message-broker
mkdir build
cd build
cmake ..
make

Installing

To install:

sudo make install

Running

To run:

ambd

also see ambd -h for additional command line options

Configuration

For information on ambd's configuration, please see ambd-configuration.idl.

Running with the Qt mainloop:

Some source and sink plugins may want to use the Qt-based mainloop to take advantage of Qt features. To enable the Qt mainloop, run cmake with -Duse_qtcore=On:

cmake .. -Dqtmainloop=On

You will also need to edit your config to enable the Qt-based mainloop:

{
	"mainloop" : "/PLUGIN_INSTALL_PATH/qtmainloopplugin.so",
	"plugins" : "/etc/ambd/plugins.d"
}

NOTE: by default the glib mainloop will be used.

Questions/Issues/Comments:

Questions or Comments can be emailed to the amb mailing list: amb at lists.01.org

Issues and Feature requests can be submitted on our github page: https://github.com/otcshare/automotive-message-broker/issues

automotive-message-broker's People

Contributors

tripzero avatar malcom2073 avatar timtt-zz avatar jausmus avatar petr-nechaev avatar atomicpunk avatar again4you avatar e8johan avatar ipuustin avatar olivierdelbeke avatar mvickjlr avatar rustylynch avatar

Watchers

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