Adding pre-processing for training set---we take packet lengths directly from a train...
authorrtrimana <rtrimana@uci.edu>
Fri, 4 May 2018 00:02:16 +0000 (17:02 -0700)
committerrtrimana <rtrimana@uci.edu>
Fri, 4 May 2018 00:02:16 +0000 (17:02 -0700)
commit9090e55e333dc790a12346485c7448b7d22ae3c7
tree6d2630e5f9356eda2a14d015d2d7508a1c7b9a21
parent40fb6012039f4901f3bd59a4fcab37ac98270954
Adding pre-processing for training set---we take packet lengths directly from a training set pcap file for FlowPattern.
Code/Projects/SmartPlugDetector/pcap/TP_LINK_LOCAL_OFF.pcap [new file with mode: 0644]
Code/Projects/SmartPlugDetector/pcap/TP_LINK_LOCAL_ON.pcap [new file with mode: 0644]
Code/Projects/SmartPlugDetector/pcap/TP_LINK_REMOTE_CHARGING_ON.pcap [new file with mode: 0644]
Code/Projects/SmartPlugDetector/pcap/TP_LINK_REMOTE_ON.pcap [new file with mode: 0644]
Code/Projects/SmartPlugDetector/pcap/local.on.pcap [deleted file]
Code/Projects/SmartPlugDetector/pcap/remote.on.charging.pcap [deleted file]
Code/Projects/SmartPlugDetector/pcap/remote.on.pcap [deleted file]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FlowPattern.java
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FlowPatternFinder.java
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Main.java