X10Window, Copyright Walter Knopf, 2002,2008 walter@knopfconsulting.com This is a small Windows application that sends commands for X10 home control modules via a Firecracker device. Device data can be read, edited, and saved to a local database. Compiled under VS2008 Express (C#). Requires an SQL Server 2005/2008 (Express), named Instance, so you have to change the server name in the source files. To create the database run the SQL scripts: 1. Create_DB_X10Devices.sql (you might need to edit the DB file directory) 2. Create_Table_Devices.sql 3. Create_Table_Schedules.sql or attach the X10Devices.mdf and .og to your database. Feel free to use at your own risk. Note: You can use it to control other devices by replacing the CM17A output class. The X10 Firecracker device driver library courtesy of Aaron Lerch (aaronlerch@yahoo.com). Device command scheduler in the works...