Skip to content

jausmus/automotive-message-broker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automotive Message Broker is a vehicle network abstraction system.  It brokers information from the vehicle
to applications.

Automotive Message Broker is built using CMake.  glib2 (with gio) and boost are the only dependencies
aside from the normal c/c++ toolchain.  Alternatively, Automotive Message Broker can be built to use
the Qt mainloop.  In this case QtCore is also a dependency.

To build:

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

To install:

sudo make install

TODO: link to website for questions/comments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.7%
  • Python 6.3%
  • JavaScript 3.0%