2024-06-11 14:28:24 +02:00
|
|
|
This models the room key forwarding algorithm as a decision tree and provides
|
2021-10-04 12:49:16 +02:00
|
|
|
tooling to render it as a PDF or PNG.
|
|
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
|
|
|
|
|
|
make # Render the decision tree both as a PDF and PNG
|
|
|
|
|
|
|
|
|
|
make pdf # Renders the decision tree as a PDF
|
|
|
|
|
make png # Renders the decision tree as a PNG
|
|
|
|
|
|
|
|
|
|
make clean # Remove rendered artifacts
|