# 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