kaos.robots.naimtsimulator
Class Test

java.lang.Object
  extended by kaos.robots.naimtsimulator.Test

public class Test
extends java.lang.Object


Field Summary
static int SERVE_ON_PORT
           
 
Constructor Summary
Test()
           
 
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
 

Field Detail

SERVE_ON_PORT

public static int SERVE_ON_PORT
Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - If the "server" option is included in args, then waits for a connection on SERVE_ON_PORT. If the "kaos" option is inclued in args, then created robots try to connect to KAoS. If the "init-file $fileName" option is included in args, then $fileName is read and the lines of $fileName are processed as commands.