From b87e851f9fc23a0c9b39f2bfbbd186437f5cb2f6 Mon Sep 17 00:00:00 2001 From: ParrotXray Date: Tue, 19 May 2026 07:55:57 +0000 Subject: [PATCH] wip --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 67756b1..b52546a 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ 1. .csv 一開始文件格式為 traffic-yyyy-oo-zz.csv, 換天後直接變日期創新檔,例如今天啟動今天為 traffic-2026-05-11.csv 隔天變成 traffic-2026-05-12.csv [x] 2. will change tract-onnx engine to ort-tract engine [x] 3. 改善推論效能及速度,在大量資料時 [x] -4. 實現 ML + RULE 的共用 HashMap 實現共同決策結果 +4. 實現 ML + RULE 的共用 HashMap 實現共同決策結果 [x] 5. 代碼最佳化,檢查是否除了 build.rs 以外有無 .unwarp() and eprintln() [x] 6. 完成前端 detection 頁面 7. 使用 sqllite 實現帳號系統、白黑名單永久記錄 @@ -36,7 +36,7 @@ PRIORITY BACKLOG (updated 2026-05-18) Protocols mapped: http(1) http2(2) tls(3) dns(4) ssh(5) smtp(6) ftp(7) mqtt(8) quic(9). -[ ] ML + Rule fusion decision layer +[x] ML + Rule fusion decision layer Core differentiator of the project. Currently ML and rule engine produce independent alerts with no cross-awareness. Design: shared per-flow HashMap; two fusion modes: