Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 1997 14:00:24 -0600
From:      Steve Passe <smp@csn.net>
To:        Terry Lambert <terry@lambert.org>
Cc:        jseger@freebsd.scds.com (Justin M. Seger), current@FreeBSD.ORG
Subject:   Re: Activehome X10 Interface 
Message-ID:  <199706232000.OAA07178@Ilsa.StevesCafe.com>
In-Reply-To: Your message of "Mon, 23 Jun 1997 11:22:08 PDT." <199706231822.LAA01064@phaeton.artisoft.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>> > The "xtend" daemon was already expanded in this way, according to
>> > a recent posting to this list.  Sorry, but I did not save the
>> > posting.
>> 
>> I just looked over 3.0 src/libexec/xtend/* as supped earlier today and can 
see
>> no sign of such extensions.  It would have needed to have code
>> that opens a serial device instead of /dev/tw (which wouldn't be able to
>> deal with an activehome device).
>
>This was code which was announced, but not committed.

I searched the list and the only reference I could find that came close was:

------------------------------------- cut -------------------------------------
To: "Justin M. Seger" <jseger@freebsd.scds.com>
Cc: current@FreeBSD.ORG
From: "Louis A. Mamakos" <louie@TransSys.COM>
Subject: Re: Activehome X10 Interface
Date: Sat, 14 Jun 1997 17:06:35 -0400


You need need any special kernel support for the CM11 interface; you just
talk to it at 4800 bps.  The CM11 is the two-way X10 computer interface
with the easy-to-use serial interface.

You can dig around and find the protocol description for it.  Alternatively,
there's a daemon which Dan Lanciani wrote, originally for the Lynx X10
interface and subsequently adapted for the CM11.  Essentially, it runs
in the background talking to the CM11 with it's mutant "protocol".  Your
applications each open a TCP connection to the the daemon, and send
X10 commands to it ("A1 A ON") to cause X10 commands to be sent.  It will
also echo any X10 commands it hears to each of the applications which have
a connection open to it.

I've made some minor changes to it.  You can find it on my web server as
<URL:http://www.transsys.com/~louie/home-auto/cm11-x10d.c>;   You'll need to
know how X10 power line control stuff works to effectively be able to
use this, but you shouldn't have much of a problem tracking that down.
------------------------------------- cut -------------------------------------

could this be the post you are thinking of?

--
Steve Passe	| powered by 
smp@csn.net	|            Symmetric MultiProcessor FreeBSD





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706232000.OAA07178>