Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 697 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 697 Bytes

Vulcan

Vulcan is router / firewall software written in plain Rust and implements various network protocols like:

  • BOOTP, the Bootstrap Protocol - Link
  • DHCP, the Dynamic Host Configuration Protocol - Link
  • RAVD, Router Advertisements - Link

Currently the routing and firewalling is not handled by Vulcan it self.

CLI

Coming soon.

Developer setup

  1. Install Rust (and the toolchain) via rustup
  2. Install cargo-make to use the tasks defined in Makefile.toml

Notice

This work is part of my masters thesis, for which the source code can be found here.