Prepare code for execution on Zeus (including upping mem limit to 300gigs)
[pingpong.git] / Code / Projects / SmartPlugDetector / src / main / java / edu / uci / iotproject / detection / SignatureDetector.java
index aa0613c14c21309b40e117919aab590161f97dd6..a3f86952fe538f9f5d0c92677f5777161536e88c 100644 (file)
@@ -31,7 +31,8 @@ public class SignatureDetector implements PacketListener, ClusterMatcher.Cluster
     public static void main(String[] args) throws PcapNativeException, NotOpenException {
 //        String path = "/scratch/July-2018"; // Rahmadi
 //        String path = "/Users/varmarken/temp/UCI IoT Project/experiments"; // Janus
-        String path = "/home/jvarmark/iot_project/datasets"; // Hera (server)
+//        String path = "/home/jvarmark/iot_project/datasets"; // Hera (server)
+        String path = "/raid/varmarken/iot_project/datasets"; // Zeus (server)
 
         // No activity test
         //final String inputPcapFile = path + "/evaluation/no-activity/no-activity.wlan1.pcap";