An open API service indexing awesome lists of open source software.

https://github.com/stefanofioravanzo/gossip_ds2

Efficient Reconciliation and Flow Control for Anti-Antropy Protocols
https://github.com/stefanofioravanzo/gossip_ds2

Last synced: 2 months ago
JSON representation

Efficient Reconciliation and Flow Control for Anti-Antropy Protocols

Awesome Lists containing this project

README

          

## DS2-Project

To run the project move to the root directory of the repository.

The `run.sh` script will handle all the compilation and the "java-related-stuff" by itself.

You just have to run

```bash
./run.sh experiment \
\
\
\

```

All the details about what these arguments do and what they mean are in the report.

--

The program will output the metrics in `/tmp/AEP/logs/`. The *experiment_name* will be dynamic based on the experiment run.

In order to plot the metrics there is a handy python script `src/plot/plot.py`. Just set the path to the folder containing the outputs of the experiments and uncomment all the traces you want to appear in the plots.