Fixing 2 issues in LifxLightBulb driver: 1) Detached thread handling (need to pass...
authorrtrimana <rtrimana@uci.edu>
Wed, 11 Jan 2017 23:13:22 +0000 (15:13 -0800)
committerrtrimana <rtrimana@uci.edu>
Wed, 11 Jan 2017 23:13:22 +0000 (15:13 -0800)
commit5b47bdc675c2f01526c1581317ade951ac7709cf
tree93a23d07ed6a0ee9f9807f501b064d93a251d7ab
parent7346ede942ea69dde221f0251d0edf3e3cbb1894
Fixing 2 issues in LifxLightBulb driver: 1) Detached thread handling (need to pass in this pointer for proper class method calls); 2) Extending socket library to have set timeout capability to create non-blocking UDP socket
benchmarks/drivers/Cpp/LifxLightBulb/LifxLightBulb.cpp
benchmarks/drivers/Cpp/LifxLightBulb/LifxLightBulb.hpp
iotjava/iotruntime/cpp/IoTUDP.hpp
iotjava/iotruntime/cpp/socket/Socket.cpp
iotjava/iotruntime/cpp/socket/Socket.hpp
iotjava/iotruntime/slave/IoTSlave.java