Benchmark readme
[iotcloud.git] / version2 / src / java / light_fan_benchmark / README.txt
index fa590beb8431f2847c4f409ef944410de25fd582..b9f7ee47931f4f54c6a9408508da682ac83608e3 100644 (file)
@@ -6,8 +6,12 @@ To run this example run:
     # Starts the light bulb controller
     ./run1.bash   
 
-    # For each lightbulb switch you need to run
-    ./run2.bash <a unique integer not equal to 321>
+    # Starts the fan controller
+    ./run3.bash   
 
 
-Dont forget to clear the server directory
\ No newline at end of file
+    # For each switch you need to run (can launch as many of these as desired as long as input number is different)
+    ./run2.bash <a unique integer not equal to 321 or 351>
+
+
+Dont forget to clear the cloud server directory
\ No newline at end of file