edu.uiuc.cs.net.DPRPManager
Class ControllerlessClient

java.lang.Object
  |
  +--edu.uiuc.cs.net.DPRPManager.ControllerlessClient

public class ControllerlessClient
extends java.lang.Object

This is a quick'n'dirty hack, to expiriment with running my existing DPRP client code without a controller. It actually worked out pretty well, and as such, that is how the XNap hack is implemented.


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

Constructor Detail

ControllerlessClient

public ControllerlessClient()
Method Detail

main

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