[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby X10 Software

Jim Weirich

12/25/2004 11:52:00 PM

Hi All.

My gadget gift for Christmas this year turned out to be a X10 Firecracker kit.
No, its not explosives, but a simple X10 device controller and accessories.
The kit comes with the CM17A wireless computer interface, a wireless
transceiver/controller combo, and a lamp controller. This is the same kit
that Mike Clark talks about at
http://www.pragmaticautomation.com/cgi-bin/pragauto.cgi/Monitor/Devices/BubbleBubbleBuildsInTr....
And yes, I already have mine connected to my lava lamp (but it is not
monitoring the build yet).

I put together a simple Ruby package for controlling the CM17A firecracker
controller and everything is working from Ruby just fine. Then I did a
little searching on the web and found very few other Ruby X10 projects. I
found Hal Fulton's Domo project (with CM11 controller) and one other CM17A
implementation (rats, I should have check google before doing one from
scratch).

Is anyone else doing any X10 stuff with Ruby? Just curious.

--
-- Jim Weirich jim@weirichhouse.org http://onest...
-----------------------------------------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)


5 Answers

Richard Kilmer

12/26/2004 1:59:00 AM

0

It will probably not surprise you that I am into X10 stuff with Ruby too.
There are the low level things, but a nice OO high level management API of
X10 stuff would rock. Start a RubyForge project...I will join!

-rich


On 12/25/04 6:51 PM, "Jim Weirich" <jim@weirichhouse.org> wrote:

> Hi All.
>
> My gadget gift for Christmas this year turned out to be a X10 Firecracker kit.
> No, its not explosives, but a simple X10 device controller and accessories.
> The kit comes with the CM17A wireless computer interface, a wireless
> transceiver/controller combo, and a lamp controller. This is the same kit
> that Mike Clark talks about at
> http://www.pragmaticautomation.com/cgi-bin/pragauto.cgi/Monitor/Devi...
> BubbleBuildsInTrouble.rdoc.
> And yes, I already have mine connected to my lava lamp (but it is not
> monitoring the build yet).
>
> I put together a simple Ruby package for controlling the CM17A firecracker
> controller and everything is working from Ruby just fine. Then I did a
> little searching on the web and found very few other Ruby X10 projects. I
> found Hal Fulton's Domo project (with CM11 controller) and one other CM17A
> implementation (rats, I should have check google before doing one from
> scratch).
>
> Is anyone else doing any X10 stuff with Ruby? Just curious.




Bil Kleb

12/26/2004 1:59:00 PM

0

Richard Kilmer wrote:
> Start a RubyForge project...I will join!

And tell Mike Clark about it, so he'll blog it.

Regards,
--
Bil Kleb, Hampton, Virginia
http://fun3d.lar...

Jim Weirich

12/26/2004 8:33:00 PM

0

On Sunday 26 December 2004 09:01 am, Bil Kleb wrote:
> Richard Kilmer wrote:
> > Start a RubyForge project...I will join!
>
> And tell Mike Clark about it, so he'll blog it.

I think Mike reads this list (at least occasionally), so he may know
already :) But yes, I was planning on writing something up for Mike
eventually.

--
-- Jim Weirich jim@weirichhouse.org http://onest...
-----------------------------------------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)


Mike Clark

12/27/2004 4:11:00 PM

0


On Dec 26, 2004, at 1:33 PM, Jim Weirich wrote:

> On Sunday 26 December 2004 09:01 am, Bil Kleb wrote:
>> Richard Kilmer wrote:
>>> Start a RubyForge project...I will join!
>>
>> And tell Mike Clark about it, so he'll blog it.
>
> I think Mike reads this list (at least occasionally), so he may know
> already :) But yes, I was planning on writing something up for Mike
> eventually.

I'd certainly appreciate that, Jim.

Thanks!

Mike



Hal E. Fulton

1/4/2005 11:31:00 PM

0

Jim Weirich wrote:

> I put together a simple Ruby package for controlling the CM17A firecracker
> controller and everything is working from Ruby just fine. Then I did a
> little searching on the web and found very few other Ruby X10 projects. I
> found Hal Fulton's Domo project (with CM11 controller) and one other CM17A
> implementation (rats, I should have check google before doing one from
> scratch).

No loss from me, because my code never worked. :/ Actually I think my serial
port on my Linux box is b0rked so I couldn't test it.

Glad to see you're into this!

> Is anyone else doing any X10 stuff with Ruby? Just curious.

I'm curious, too. I know I'm responding to an old thread, but I was out
of town for ten days.


Hal