Fixed compiler for Java code generation (not heavily tested yet, but fixes include...
[iot2.git] / localconfig / iotruntime / IoTMaster.config
1 # IoTMaster configuration
2
3 MAC_ADDRESS=74:da:38:68:72:8a
4 IOT_CODE_PATH=./../iotcode/
5 CONTROLLERS_CODE_PATH=../
6 RUNTIME_DIR=~/iot2/iotjava/iotruntime;
7 SLAVE_DIR=~/iot2/iotjava/iotruntime/slave;
8 #CLASS_PATH=-cp .:/usr/share/java/*:./../../iotjava/:./../../iotjava/iotruntime/:./../../iotjava/iotinstaller/:./../../iotjava/iotrmi/
9 CLASS_PATH=-cp .:/usr/share/java/*:./../:./../iotruntime/:./../iotinstaller/:./../../iotjava/iotrmi/
10
11 #benchmarks/libs/boofcv_libs/* - we usually put these benchmark codes in /usr/share/java on compute nodes
12 #benchmarks/libs/georegression_libs/* - we usually put these benchmark codes in /usr/share/java on compute nodes
13
14 RMI_PATH=-Djava.rmi.server.codebase=file:.:/usr/share/java/*
15 RMI_HOSTNAME=-Djava.rmi.server.hostname=
16 LOG_FILE_PATH=log/
17 USERNAME=iotuser@
18 ROUTER_ADD=192.168.2.1
19
20 #The only host that SSH is allowed from to the router
21 MONITORING_HOST=74:da:38:68:72:8a
22
23 #Zigbee gateway information
24 ZIGBEE_GATEWAY_ADDRESS=c0:4a:00:10:9c:b3
25 ZIGBEE_GATEWAY_PORT=5005
26 ZIGBEE_IOTMASTER_PORT=12345
27
28 #Verboseness of runtime messages
29 VERBOSE=Yes
30
31 #Number of callback ports
32 NUMBER_CALLBACK_PORTS=1
33
34 #Language: C++ or Java
35 LANGUAGE=Java
36
37 #JVM heap size - can go out of memory if a IoTSlave needs to handle a lot of objects
38 #E.g. JVM_INIT_HEAP_SIZE=-Xms64m, JVM_MAX_HEAP_SIZE=-Xmx64m (64 MB of heap)
39 #Made empty for now as it needs fine-tuning
40 JVM_INIT_HEAP_SIZE=
41 JVM_MAX_HEAP_SIZE=
42
43 # Skeleton suffix, e.g. _Skeleton for Camera_Skeleton.class
44 SKEL_CLASS_SUFFIX=_Skeleton
45
46 # Skeleton suffix, e.g. _Stub for CameraSpecial_Stub.class
47 STUB_CLASS_SUFFIX=_Stub
48