NetMirror is a single-machine, single-file Python web application. The architecture is intentionally lean: one `app.py` process handles packet capture (via subprocess), real-time analysis (in-process threads), WebSocket push to the browser, and REST API endpoints — all without a database or external message broker.
-
Updated
Mar 14, 2026 - Python