pabit / ruby-can

CAN Protocol Parser for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As an example, to start listening on vcan0 do the following

  1. git clone https://github.com/tomekr/ruby-can.git
  2. cd ruby-can/
  3. bundle install
  4. ruby lib/ruby_can.rb

Gem Setup

gem build ruby_can.gemspec gem install ruby_can-0.0.1.gem

Cucumber Tests

bundle exec cucumber

About

CAN Protocol Parser for Ruby


Languages

Language:Ruby 83.4%Language:Gherkin 9.9%Language:Shell 6.7%