By Josh Adams.
1) Look here: http://tenderlovemaking.com/2006/09/28/new-ruby-betabrite-002/
2) gem install betabrite
3)
require ‘drb’
require ‘rubygems’
require ‘betabrite’
DRb.start_service()
obj = DRbObject.new(nil, ‘druby://eviladmins.org:9000′)
File.open(“out.jpg”, ‘wb’) { |a|
a.write obj.write_simple(“RubyHam”)
}
4) 
powered by performancing firefox
Filed under: Uncategorized | Leave a Comment
Search
-
You are currently browsing the RubyHam weblog archives.
No Responses Yet to “Controlling BetaBrite LED Signs via Ruby”