X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=localconfig%2Fiotruntime%2FIoTMaster.config;fp=localconfig%2Fiotruntime%2FIoTMaster.config;h=87c9fa12a88f5327b61be77606fc14f760dd72ff;hb=eb9431ddb2d96e306a00710cf3a515652345e5d9;hp=0a934bdbc7dff7e96b981ec4dcffcb5ac4ed7532;hpb=92a72956d7da4e864057ff4a8e5a91f1bddaf552;p=iot2.git diff --git a/localconfig/iotruntime/IoTMaster.config b/localconfig/iotruntime/IoTMaster.config index 0a934bd..87c9fa1 100644 --- a/localconfig/iotruntime/IoTMaster.config +++ b/localconfig/iotruntime/IoTMaster.config @@ -4,6 +4,7 @@ MAC_ADDRESS=74:da:38:68:72:8a IOT_CODE_PATH=./../iotcode/ CONTROLLERS_CODE_PATH=../ RUNTIME_DIR=~/iot2/iotjava/iotruntime; +SLAVE_DIR=~/iot2/iotjava/iotruntime/slave; #CLASS_PATH=-cp .:/usr/share/java/*:./../../iotjava/:./../../iotjava/iotruntime/:./../../iotjava/iotinstaller/:./../../iotjava/iotrmi/ CLASS_PATH=-cp .:/usr/share/java/*:./../:./../iotruntime/:./../iotinstaller/:./../../iotjava/iotrmi/ @@ -13,7 +14,7 @@ CLASS_PATH=-cp .:/usr/share/java/*:./../:./../iotruntime/:./../iotinstaller/:./. RMI_PATH=-Djava.rmi.server.codebase=file:.:/usr/share/java/* RMI_HOSTNAME=-Djava.rmi.server.hostname= LOG_FILE_PATH=log/ -SSH_USERNAME=ssh iotuser@ +USERNAME=iotuser@ ROUTER_ADD=192.168.2.1 #The only host that SSH is allowed from to the router @@ -39,3 +40,9 @@ LANGUAGE=Java JVM_INIT_HEAP_SIZE= JVM_MAX_HEAP_SIZE= +# Skeleton suffix, e.g. _Skeleton for Camera_Skeleton.class +SKEL_CLASS_SUFFIX=_Skeleton + +# Skeleton suffix, e.g. _Stub for CameraSpecial_Stub.class +STUB_CLASS_SUFFIX=_Stub +