Skip to content

iQua/leanguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Days: A Performant Discrete-Event Simulator for Network Simulations

Days is a discrete-event network simulator written in Rust. It models network components as actors (async coroutines) that communicate via message passing, with pluggable schedulers, flow models (packet distributions, TCP, optional DCQCN), and optional link-layer PFC support.

Quick start

cargo run --release configs/simple.toml

Simulation outputs are written under log_path (default: ./output/) as CSV files.

Documentation

All design and configuration documentation lives under docs/:

pip install -r docs/requirements.txt
mkdocs serve -f docs/mkdocs.yml

Alternatively, one can directly visit the [documentation website](https://days.sh/docs/).

Examples

  • Config-driven runs: cargo run --release configs/tcp_simple.toml
  • Rust examples: cargo run --release --example basic

Tests

cargo nextest run --all-features

Feature flags

  • l2 / l2_pfc: optional L2/PFC pipeline
  • dcqcn: DCQCN flow type and models
  • lean: additional DCQCN event logging for the Lean checker
  • test: extra assertions and test helpers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published