Project

shiolink

0.0
No commit activity in last 3 years
No release in over 3 years
Ukagaka SHIOLINK inteface
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.7.9
~> 0.1
~> 10.0
~> 3.4
~> 0.11
~> 0.8.7
 Project Readme

Gem Gem Gemnasium Inch CI Travis Build Status AppVeyor Build Status codecov.io Code Climate

SHIORI Protocol Parser / Builder for Ruby

Installation

Add this line to your application's Gemfile:

gem 'shiolink'

And then execute:

$ bundle

Or install it yourself as:

$ gem install shiolink

Usage

require 'shiolink'

def load(dirpath)
end

def unload
  exit
end

def request(req)
end

shiolink = Shiolink.new(method(:load), method(:unload), method(:request))
shiolink.start

API

API Document

License

This is released under MIT License.