Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.43 KB

File metadata and controls

40 lines (25 loc) · 1.43 KB

Algorithm Collection

This repository aggregates multiple network traffic classification projects. Each subproject has its own README with detailed usage. This top-level README provides a quick overview and entry points.

Repository Structure

  • Fs-net/

    • BiGRU-based sequence model for encrypted traffic classification using packet-length sequences.
    • See Fs-net/README.md for details.
  • 1d-CNN/

    • PyTorch implementation of a 1D-CNN-style convolutional classifier trained on gzipped ubyte-format datasets (12/6/2-class).
    • See 1d-CNN/README.md for details.
  • TFE-GNN/

    • Provides full preprocessing from pcap to byte-level traffic graphs, training and evaluation scripts.
    • See TFE-GNN/README.md for details.
  • AppSniffer/

    • VPN traffic detection and VPN app classification using AutoGluon; supports single-dataset training/testing and cross-validation.
    • See AppSniffer/README.md for details.
  • Rosetta/

    • Enable robust TLS encrypted traffic classification in diverse network environments with TCP-aware traffic augmentation.
    • See Rosetta/README.md for details.

Notes

References