Adjusting files in ZigbeeTest; preparing things for 4th benchmark, i.e. generating...
authorrtrimana <rtrimana@uci.edu>
Fri, 6 Jan 2017 01:08:30 +0000 (17:08 -0800)
committerrtrimana <rtrimana@uci.edu>
Fri, 6 Jan 2017 01:08:30 +0000 (17:08 -0800)
commitdc73888086445b67a93e0651199411fe4d8b1aa0
treed96226080d275a51578dce0bb48cb5ca5a30b41c
parent1a78ccf72b7316b2973db9533a1cd7c1f04bff3a
Adjusting files in ZigbeeTest; preparing things for 4th benchmark, i.e. generating stubs and skeletons, fixing code, checking in mysql config files, etc.
65 files changed:
benchmarks/HomeSecurityController/AlarmSmart_Stub.java [new file with mode: 0644]
benchmarks/HomeSecurityController/CameraCallback_CallbackSkeleton.java [new file with mode: 0644]
benchmarks/HomeSecurityController/CameraSmart_Stub.java [new file with mode: 0644]
benchmarks/HomeSecurityController/HomeSecurityController.config [new file with mode: 0644]
benchmarks/HomeSecurityController/HomeSecurityController.java [new file with mode: 0644]
benchmarks/HomeSecurityController/Makefile [new file with mode: 0644]
benchmarks/HomeSecurityController/MotionDetection.java [new file with mode: 0644]
benchmarks/HomeSecurityController/MotionDetectionCallback.java [new file with mode: 0644]
benchmarks/HomeSecurityController/RoomSmart_Stub.java [new file with mode: 0644]
benchmarks/HomeSecurityController/SmartthingsSensorCallback_CallbackSkeleton.java [new file with mode: 0644]
benchmarks/HomeSecurityController/SmartthingsSensorSmart_Stub.java [new file with mode: 0644]
benchmarks/IrrigationController/MotionDetection.java
benchmarks/IrrigationController/MotionDetectionCallback.java
benchmarks/Makefile
benchmarks/SmartLightsController/MotionDetection.java
benchmarks/SmartLightsController/MotionDetectionCallback.java
benchmarks/drivers/EspAlarm/Alarm_Skeleton.java [new file with mode: 0644]
benchmarks/drivers/EspAlarm/EspAlarm.config [new file with mode: 0644]
benchmarks/drivers/EspAlarm/EspAlarm.java [new file with mode: 0644]
benchmarks/drivers/HomeRoom/HomeRoom.config [new file with mode: 0644]
benchmarks/drivers/HomeRoom/HomeRoom.java [new file with mode: 0644]
benchmarks/drivers/HomeRoom/Room_Skeleton.java [new file with mode: 0644]
benchmarks/drivers/Makefile
benchmarks/drivers/MotionSensor/MotionSensor.config [new file with mode: 0644]
benchmarks/drivers/MotionSensor/MotionSensor.java [new file with mode: 0644]
benchmarks/drivers/MotionSensor/SmartthingsSensorSmartCallback_CallbackStub.java [new file with mode: 0644]
benchmarks/drivers/MotionSensor/SmartthingsSensor_Skeleton.java [new file with mode: 0644]
benchmarks/drivers/MultipurposeSensor/MultipurposeSensor.config [new file with mode: 0644]
benchmarks/drivers/MultipurposeSensor/MultipurposeSensor.java [new file with mode: 0644]
benchmarks/drivers/MultipurposeSensor/SmartthingsSensorSmartCallback_CallbackStub.java [new file with mode: 0644]
benchmarks/drivers/MultipurposeSensor/SmartthingsSensor_Skeleton.java [new file with mode: 0644]
benchmarks/drivers/WaterLeakSensor/SmartthingsSensorSmartCallback_CallbackStub.java [new file with mode: 0644]
benchmarks/drivers/WaterLeakSensor/SmartthingsSensor_Skeleton.java [new file with mode: 0644]
benchmarks/drivers/WaterLeakSensor/WaterLeakSensor.config [new file with mode: 0644]
benchmarks/drivers/WaterLeakSensor/WaterLeakSensor.java [new file with mode: 0644]
benchmarks/interfaces/Alarm.java [new file with mode: 0644]
benchmarks/interfaces/AlarmSmart.java [new file with mode: 0644]
benchmarks/interfaces/SmartthingsSensor.java [new file with mode: 0644]
benchmarks/interfaces/SmartthingsSensorCallback.java [new file with mode: 0644]
benchmarks/interfaces/SmartthingsSensorSmart.java [new file with mode: 0644]
benchmarks/interfaces/SmartthingsSensorSmartCallback.java [new file with mode: 0644]
benchmarks/other/ZigbeeTest/MotionSensor.java
benchmarks/other/ZigbeeTest/MultipurposeSensor.java
benchmarks/other/ZigbeeTest/SmartthingsSensor.java
benchmarks/other/ZigbeeTest/SmartthingsSensorCallback.java
benchmarks/other/ZigbeeTest/WaterLeakSensor.java
benchmarks/other/ZigbeeTest/ZigbeeTest_motion.java
benchmarks/other/ZigbeeTest/ZigbeeTest_multipurpose.java
benchmarks/other/ZigbeeTest/ZigbeeTest_waterleak.java
iotjava/Makefile
localconfig/iotpolicy/AudioRoom/audioroom.pol [deleted file]
localconfig/iotpolicy/AudioRoom/roomsmart.req [deleted file]
localconfig/iotpolicy/EspAlarm/espalarm.pol [new file with mode: 0644]
localconfig/iotpolicy/EspAlarm/smartalarm.req [new file with mode: 0644]
localconfig/iotpolicy/LabRoom/labroom.pol [deleted file]
localconfig/iotpolicy/LabRoom/roomsmart.req [deleted file]
localconfig/iotpolicy/Room/room.pol [new file with mode: 0644]
localconfig/iotpolicy/Room/roomsmart.req [new file with mode: 0644]
localconfig/iotpolicy/SmartthingsSensor/smartthingssensor.pol [new file with mode: 0644]
localconfig/iotpolicy/SmartthingsSensor/smartthingssensor.req [new file with mode: 0644]
localconfig/iotpolicy/SmartthingsSensor/smartthingssensorcallback.pol [new file with mode: 0644]
localconfig/iotpolicy/SmartthingsSensor/smartthingssensorcallback.req [new file with mode: 0644]
localconfig/mysql/roomCameraRelation.config
localconfig/mysql/roomSet.config
others/Mysql/IoTMain.gz