X10 API test client ------------------- This is a Java command-line test client for the X10 API. If you have a suitable driver, you can use this client to test the functionality of the driver and the hardware. The Java main class for this driver is com.web_tomorrow.automation.x10client.X10Client. The program takes the following command-line arguments -server url URL is driver-specific. If the controller is accessible via a network, then the URL will typically be of the form `host:port' Defaults to `localhost' -user user_id -password password Both default to `guest'. Not all drivers or controllers support authentication -driver [classname] A class that provides an x10api-compatible driver for the installed hardware. This should be accessible via the CLASSPATH. -operation The operation to carry out. Must be one of the following: on off status dim bright allLightsOn allLightsOff allUnitsOff info events -housecode, -unitcode The house code and unit code of the device on which the operation is to be carried out. Note that this package requires the Java `popt' library, which should be available from the same place you got this. (c)2001 Kevin Boone/Web-Tomorrow