79e16e8e7364eb7a095416b0a2e29d23a6357122
[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 #CLASS_PATH=-cp .:/usr/share/java/*:./../../iotjava/:./../../iotjava/iotruntime/:./../../iotjava/iotinstaller/:./../../iotjava/iotrmi/
8 CLASS_PATH=-cp .:/usr/share/java/*:./../:./../iotruntime/:./../iotinstaller/:./../../iotjava/iotrmi/
9
10 #benchmarks/libs/boofcv_libs/* - we usually put these benchmark codes in /usr/share/java on compute nodes
11 #benchmarks/libs/georegression_libs/* - we usually put these benchmark codes in /usr/share/java on compute nodes
12
13 RMI_PATH=-Djava.rmi.server.codebase=file:.:/usr/share/java/*
14 RMI_HOSTNAME=-Djava.rmi.server.hostname=
15 LOG_FILE_PATH=log/
16 SSH_USERNAME=ssh iotuser@
17 ROUTER_ADD=192.168.2.1
18
19 #The only host that SSH is allowed from to the router
20 MONITORING_HOST=74:da:38:68:72:8a
21
22 #Zigbee gateway information
23 ZIGBEE_GATEWAY_ADDRESS=c0:4a:00:10:9c:b3
24 ZIGBEE_GATEWAY_PORT=5005
25 ZIGBEE_IOTMASTER_PORT=12345
26
27 #Verboseness of runtime messages
28 VERBOSE=Yes
29
30 #Number of callback ports
31 NUMBER_CALLBACK_PORTS=1
32
33 #JVM heap size - can go out of memory if a IoTSlave needs to handle a lot of objects
34 #E.g. JVM_INIT_HEAP_SIZE=-Xms64m, JVM_MAX_HEAP_SIZE=-Xmx64m (64 MB of heap)
35 #Made empty for now as it needs fine-tuning
36 JVM_INIT_HEAP_SIZE=
37 JVM_MAX_HEAP_SIZE=
38