RubyGems Navigation menu

millworker 0.2.0

A Ruby gem which takes the pain of continuously reading data from a serial port away and lets you focus on dealing with the data received. This was written specifically for reading in data from an ID-20 RFID card reader and running custom scripts to automatically perform various tasks when patrons scanned their badge at the [MN Mill](http://mnmill.org) (logging attendance, etc). Custom scripts are loaded from `ENV["HOME"]/millworker/tasks` and are executed in alphabetical order. Each script is executed with the ID of the badge passed in as an argument. For example, a script called `tweet_id.rb` existed in the afformentioned directory, it would be executed as if you had opened up a command terminal and typed `tweet_id.rb RFID_TAG_ID_HERE`.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.2.0 - October 19, 2012 (13.0 KB)
  2. 0.1.3 - September 19, 2012 (11.5 KB)
  3. 0.1.2 - September 19, 2012 (11.0 KB)
  4. 0.1.1 - September 19, 2012 (11.0 KB)
  5. 0.1.0 - September 10, 2012 (11.0 KB)

Runtime 依赖 (3):

dante ~> 0.1
gli ~> 2.0
serialport ~> 1.1

Development 依赖 (5):

aruba >= 0
hoe ~> 3.0
hoe-git >= 0
rake >= 0

业主:

作者:

  • Tom Kersten

SHA 256 校验和:

ed5c0bbb0d961f1b31fa087968c791d23c44d82eada6a9b71604bf17866a3cf0

下载总量 15,874

这个版本 3,962

许可:

需要的 Ruby 版本:

链接: