lejos.pc.tools
Class NXJSocketProxy

java.lang.Object
  extended by lejos.pc.tools.NXJSocketProxy

public class NXJSocketProxy
extends java.lang.Object

Socket Proxy for NXT Has two main functions. The first is to connect to an existing server socket on the specified port. The second function is to create a socket server. In this case the proxy assumes that the NXT will then send a command to inform the proxy of the next action to take Currently only supports TCP connections

Author:
Ranulf Green and Lawrie Griffiths

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

Constructor Detail

NXJSocketProxy

public NXJSocketProxy()
Method Detail

main

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

start

public static int start(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception