aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-05-28 20:59:27 +0100
committerdiogo464 <[email protected]>2025-05-28 20:59:27 +0100
commit59e916455aa99b01c93520725f32ea5e0e7a74de (patch)
tree83bb39d2721da92ce476d7ac02d2a86e81f59671 /index.html
parent4cb8797f68ac5004cde077b6e73c3fd3e6638335 (diff)
updated web page help text
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 85fbdb3..287caf1 100644
--- a/index.html
+++ b/index.html
@@ -77,17 +77,17 @@
77 77
78 <section> 78 <section>
79 <p> 79 <p>
80 Bonsai is a powerful tool for generating realistic network latency graphs. 80 Bonsai is a tool for generating network latency graphs.
81 This web interface provides an easy way to use the 81 This web interface allows you to use the
82 <a href="https://codelab.fct.unl.pt/di/computer-systems/bonsai" target="_blank">Bonsai project</a> 82 <a href="https://codelab.fct.unl.pt/di/computer-systems/bonsai" target="_blank">Bonsai project</a>
83 without needing to install its dependencies locally. 83 without installing its dependencies locally.
84 Simply provide your network configuration in YAML format below, and click 84 Provide your network configuration in YAML format below and click
85 "Generate" to create your network topology files. 85 "Generate" to create your network topology files.
86 </p> 86 </p>
87 87
88 <p> 88 <p>
89 The tool will generate two CSV files: <code>edges.csv</code> containing 89 The tool generates two CSV files: <code>edges.csv</code> containing
90 the network connections and weights, and <code>nodes.csv</code> containing 90 the network connections and latencies, and <code>nodes.csv</code> containing
91 the node information and positions. 91 the node information and positions.
92 </p> 92 </p>
93 </section> 93 </section>