aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: ee33a7e4c5049f05b8956a874d78df8470e954ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Low level CAN signaling binder

Low level CAN bus binder. Based upon OpenXC vi-firmware project.

# Getting started

This repo make use of git submodule, make sure to execute the following commands :

    ~/CAN_Signaling$ git submodule init
    ~/CAN_Signaling$ git submodule update

# Prerequirements