Preparing Makefiles, stub, skeleton, config files, etc. for porting LifxLightBulb...
[iot2.git] / localconfig / iotruntime / IoTMaster.config
diff --git a/localconfig/iotruntime/IoTMaster.config b/localconfig/iotruntime/IoTMaster.config
new file mode 100644 (file)
index 0000000..66e7265
--- /dev/null
@@ -0,0 +1,29 @@
+# IoTMaster configuration
+
+MAC_ADDRESS=74:da:38:68:72:8a
+IOT_CODE_PATH=./../iotcode/
+CONTROLLERS_CODE_PATH=../
+RUNTIME_DIR=~/iotjava/iotruntime;
+#CLASS_PATH=-cp .:/usr/share/java/*:./../../iotjava/:./../../iotjava/iotruntime/:./../../iotjava/iotinstaller/
+CLASS_PATH=-cp .:/usr/share/java/*:./../:./../iotruntime/:./../iotinstaller/
+
+#benchmarks/libs/boofcv_libs/* - we usually put these benchmark codes in /usr/share/java on compute nodes
+#benchmarks/libs/georegression_libs/* - we usually put these benchmark codes in /usr/share/java on compute nodes
+
+RMI_PATH=-Djava.rmi.server.codebase=file:.:/usr/share/java/*
+RMI_HOSTNAME=-Djava.rmi.server.hostname=
+LOG_FILE_PATH=log/
+SSH_USERNAME=ssh iotuser@
+ROUTER_ADD=192.168.2.1
+
+#The only host that SSH is allowed from to the router
+MONITORING_HOST=74:da:38:68:72:8a
+
+#Zigbee gateway information
+ZIGBEE_GATEWAY_ADDRESS=c0:4a:00:10:9c:b3
+ZIGBEE_GATEWAY_PORT=5005
+ZIGBEE_IOTMASTER_PORT=12345
+
+#Verboseness of runtime messages
+VERBOSE=Yes
+