Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 568 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 568 Bytes

NetBeacon

An Efficient Design of Intelligent Network Data Plane USENIX Security 2023

model_generation

train and transform models to flow tables

switch

the codes running in switch including control plane and data plane

Excute

Generate flow table
  1. python model_representation.py
Excute Traffic classification
  1. complie and run p4 code (switch.p4) of data plane, and set switch port
  2. run the code (controller.py ) of control plane
  3. send traffic...