diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-10-22 11:32:02 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-10-22 11:32:02 +0200 |
| commit | b42e467fe75190387e6e2e3aa1ee3c3e6d0b3329 (patch) | |
| tree | 6c86b7e75d68434620eabaf74c1f0ec93ba69273 | |
| parent | ed4f9226336ffe2be503aaa12fdfaf39c9239799 (diff) | |
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ # A large-scale study of the impact of node behavior on loosely coupled data dissemination: The case of the Distributed Arctic Observatory ### Requirements -- First [Boost](https://www.boost.org/) dev libs must be available on the system (required by SimGrid) +- [Boost](https://www.boost.org/) dev libs must be available on the system (required by SimGrid) - From the project root folder: > cd ./libs && ./setup.sh && cd - > make @@ -17,3 +17,4 @@ This will also generate a file called `platform.xml` corresponding to the platform simulated in SimGrid and results will be printed in stderr. - To generate a *csv* output from the simulation results you can use the awk parser in the following way: > make run 2>&1|./parser.awk +- The dataset containing the results used in the paper can be downloaded [here](https://data.lguegan.com/Repeatability/Datasets/DAO_LargeScaleDD.tar.gz) |
