Merge branch 'master' of github.com:iotbzh/CAN_signaling
[apps/low-level-can-service.git] / README.md
1 # Low level CAN signaling binder
2
3 Low level CAN bus binder. Based upon OpenXC vi-firmware project.
4
5 # Getting started
6
7 This repo make use of git submodule, make sure to execute the following commands :
8
9     ~/CAN_Signaling$ git submodule init
10     ~/CAN_Signaling$ git submodule update
11
12 # Prerequirements