Distanced-Based Routing Simulation program for dither.
This project was a part of a research paper: https://github.com/zyansheep/routing-research
Distance-Based Rounting (DBR) is a devised method by which packets can be routed anonymously and efficiently across a network of computers.
This package requires cargo
, cmake
,pkg-config
, fontconfig
, and freetype
to compile.
dbr-sim also requires rust nightly.
If you use nix with flakes, you can do nix run
to download all dependencies and run it.