Adding ESP8266 code; modified for the latest password for LEDE
[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_ADDRESS=74:da:38:0d:05:56
26 ZIGBEE_GATEWAY_PORT=5005
27 ZIGBEE_IOTMASTER_PORT=12345
28
29 #Verboseness of runtime messages
30 VERBOSE=Yes
31
32 #Language: C++ or Java
33 LANGUAGE=Java
34
35 #JVM heap size - can go out of memory if a IoTSlave needs to handle a lot of objects
36 #E.g. JVM_INIT_HEAP_SIZE=-Xms64m, JVM_MAX_HEAP_SIZE=-Xmx64m (64 MB of heap)
37 #Made empty for now as it needs fine-tuning
38 JVM_INIT_HEAP_SIZE=
39 JVM_MAX_HEAP_SIZE=
40
41 # Skeleton suffix, e.g. _Skeleton for Camera_Skeleton.class
42 SKEL_CLASS_SUFFIX=_Skeleton
43
44 # Skeleton suffix, e.g. _Stub for CameraSpecial_Stub.class
45 STUB_CLASS_SUFFIX=_Stub
46
47 # Sandboxing
48 ACTIVATE_SANDBOXING=Yes
49