diff options
| -rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -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> |
