Working C++ IoTSlave for both IoTSet and IoTRelation; threading works for C++ LifxLig...
[iot2.git] / benchmarks / drivers / Cpp / LifxLightBulb / LightBulb_Skeleton.cpp
index f12e77ebd757f25dbd720707df755d9d3f530aae..7a7d9f1c19e7ba27779a578743e5dc3eff6e7c64 100644 (file)
@@ -25,7 +25,7 @@ extern "C" void initLightBulb_Skeleton(void* t) {
 }
 
 
-int main(int argc, char *argv[])
+/*int main(int argc, char *argv[])
 {
        // LightBulb #1
        string macAddress1 = "D073D5128E300000";
@@ -42,7 +42,7 @@ int main(int argc, char *argv[])
        string callbackAddress = "localhost";
        int stubPort = 55179;
        LightBulb_Skeleton *lbs = new LightBulb_Skeleton(llb1, callbackAddress, stubPort);
-       cout << "Successfully instantiated object and its skeleton!" << endl;
+       //cout << "Successfully instantiated object and its skeleton!" << endl;
 
        return 0;
-}
+}*/