Status: Production-ready (assumed) — this README documents the finished system, deployment, APIs, architecture, developer workflows, monitoring, and troubleshooting. Use as the technical reference for ...
Python-based API firewall that filters network packets using Flask. Packets follow the 5-tuple: src_ip, dest_ip, src_port, dest_port, protocol. User packets get logged to user_packets.txt for auditing ...