t3.remotehrd.client
Class RunBasicRemoteHRDClient

java.lang.Object
  extended by t3.remotehrd.client.RunBasicRemoteHRDClient

public class RunBasicRemoteHRDClient
extends java.lang.Object

A program that uses a specified properties file to create a RemoteHRD client and begin rendering.

The first argument to the program is the name of the properties file. The file should contain properties describing the projectors and the input devices, and also "serverName" and "serverPort" describing the name and port of the RemoteHRD server.

Author:
pjt40

Constructor Summary
RunBasicRemoteHRDClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunBasicRemoteHRDClient

public RunBasicRemoteHRDClient()
Method Detail

main

public static void main(java.lang.String[] args)