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: 58,860 of 190,317
Downloads: 18,270

Daily

Ranking: 39,990 of 190,280
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,255,248,311rake
49199,552,361gli
1,36130,987,306dante
2,3339,164,204hoe
2,9895,433,351aruba
7,771541,021serialport
12,075206,023hoe-git
13,157174,185hoe-bundler

Owners

#GravatarHandle
1icontomkersten