Skip to content

Kalvin126/CarPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarPi

macOS/Linux based application for interfacing with automobiles through OBD2 protocol

Installation

macOS

  • Install Bundler

gem install bundler

  • Install git submodules

git submodule update --init --recursive

  • Install Gems

bundle install

Linux/Raspbian

Follow the steps above, but before installing Gems:

  • Install fxruby dependancies

sudo apt-get install libfox-1.6-dev sudo apt-get install libxrandr-dev

  • Finally Install Gems

bundle install

About

RaspberryPi Car Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published