Categories: None [Edit]

millworker

https://rubygems.org/gems/millworker
https://github.com/tomkersten/millworker
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`.

Total

Ranking: 57,505 of 180,518
Downloads: 15,897

Daily

Ranking: 143,384 of 180,507
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
16856,302,234rake
48870,948,316gli
1,14525,441,315dante
1,9598,418,720hoe
2,7514,297,337aruba
6,972456,300serialport
10,786189,101hoe-git
11,679162,691hoe-bundler

Owners

#GravatarHandle
1icontomkersten