// final String deviceIp = "192.168.1.140";
// Kwikset Doorlock August 6 experiment
- final String inputPcapFile = path + "/2018-08/kwikset-doorlock/kwikset-doorlock.wlan1.local.pcap";
- final String outputPcapFile = path + "/2018-08/kwikset-doorlock/kwikset-doorlock-processed.pcap";
- final String triggerTimesFile = path + "/2018-08/kwikset-doorlock/kwikset-doorlock-aug-6-2018.timestamps";
- final String deviceIp = "192.168.1.246"; // .246 == phone; .142 == SmartThings Hub (note: use eth0 capture for this!)
+// final String inputPcapFile = path + "/2018-08/kwikset-doorlock/kwikset-doorlock.wlan1.local.pcap";
+// final String outputPcapFile = path + "/2018-08/kwikset-doorlock/kwikset-doorlock-processed.pcap";
+// final String triggerTimesFile = path + "/2018-08/kwikset-doorlock/kwikset-doorlock-aug-6-2018.timestamps";
+// final String deviceIp = "192.168.1.246"; // .246 == phone; .142 == SmartThings Hub (note: use eth0 capture for this!)
+
+ // Hue BULB August 1 experiment
+ final String inputPcapFile = path + "/2018-08/hue-bulb/hue-bulb.wlan1.local.pcap";
+ final String outputPcapFile = path + "/2018-08/hue-bulb/hue-bulb-processed.pcap";
+ final String triggerTimesFile = path + "/2018-08/hue-bulb/hue-bulb-aug-7-2018.timestamps";
+ final String deviceIp = "192.168.1.246";
TriggerTimesFileReader ttfr = new TriggerTimesFileReader();
List<Instant> triggerTimes = ttfr.readTriggerTimes(triggerTimesFile, false);
# TP-Link switch
#./adb shell input tap 1002 913
# TP-Link bulb on/off
- ./adb shell input tap 994 560
+ #./adb shell input tap 994 560
# D-Link switch
#./adb shell input tap 987 346
# SmartThings
# unlocking
# ./adb shell input tap 520 1211
#fi
+ # Hue bulb
+ ./adb shell input tap 923 383
#date +%r
#RAND=$[( $RANDOM % $RAN_END ) + $RAN_STA]
#RAND=$[`jot -r 1 $RAN_STA $RAN_END`]