From: rtrimana Date: Wed, 21 Feb 2018 18:58:57 +0000 (-0800) Subject: Completing run.bash; completing the documentation of Raspberry Pi master and slave... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1a2164052200782b108dc0dfd00175939028cbe0;hp=ea936b2ea306bb40358cb91aa60549d7ec05be1c;p=iot2.git Completing run.bash; completing the documentation of Raspberry Pi master and slave documentation --- diff --git a/localconfig/iotruntime/run.bash b/localconfig/iotruntime/run.bash index b12794a..13f3dbb 100755 --- a/localconfig/iotruntime/run.bash +++ b/localconfig/iotruntime/run.bash @@ -1,7 +1,7 @@ #!/bin/bash -#java -cp .:/usr/share/java/*:./../:./../iotcode/:./../iotcode/Lifxtest/ iotruntime.master.IoTMaster Lifxtest -java -cp .:/usr/share/java/*:./../:./../iotcode/:./../iotcode/Lifxtest/ iotruntime.master.IoTMaster SmartLightsController +java -cp .:/usr/share/java/*:./../:./../iotcode/:./../iotcode/Lifxtest/ iotruntime.master.IoTMaster Lifxtest +#java -cp .:/usr/share/java/*:./../:./../iotcode/:./../iotcode/Lifxtest/ iotruntime.master.IoTMaster SmartLightsController #java -cp .:/usr/share/java/*:./../:./../iotcode/:./../iotcode/Lifxtest/ iotruntime.master.IoTMaster IrrigationController #java -cp .:/usr/share/java/*:./../:./../iotcode/:./../iotcode/Lifxtest/ iotruntime.master.IoTMaster SpeakerController #java -cp .:/usr/share/java/*:./../:./../iotcode/:./../iotcode/Lifxtest/ iotruntime.master.IoTMaster HomeSecurityController