From 05f7444ecd2e3405b0e595042166ec5f8a3395ab Mon Sep 17 00:00:00 2001 From: diogo464 Date: Wed, 28 May 2025 20:46:55 +0100 Subject: init --- index.html | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..fff715a --- /dev/null +++ b/index.html @@ -0,0 +1,116 @@ + + + + + + + Bonsai - Network Latency Graph Generator + + + + + +
+
+
+ +

Bonsai

+
+
+ +
+

+ Bonsai is a powerful tool for generating realistic network latency graphs. + This web interface provides an easy way to use the + Bonsai project + without needing to install its dependencies locally. + Simply provide your network configuration in YAML format below, and click + "Generate" to create your network topology files. +

+ +

+ The tool will generate two CSV files: edges.csv containing + the network connections and weights, and nodes.csv containing + the node information and positions. +

+
+ +
+ + + + + + + + + +
+
+
+ + + + + \ No newline at end of file -- cgit