Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 546 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 546 Bytes

dbr-sim

Distanced-Based Routing Simulation program for dither.

This project was a part of a research paper: https://github.com/zyansheep/routing-research

What is it?

Distance-Based Rounting (DBR) is a devised method by which packets can be routed anonymously and efficiently across a network of computers.

Running

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.