Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rashil2000/cs60002-fidas


https://github.com/rashil2000/cs60002-fidas

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# FIDAS: Failure Identification in Distributed Asynchronous Systems

### Prerequisites
- [OpenJDK](https://openjdk.java.net/) 7
- [Maven](http://maven.apache.org/) 3.0.3 - 3.8.5

In the root of the project (where the `pom.xml` file is located), run:

```shell
mvn clean compile
```

This will compile the code. Run:

```shell
mvn clean package
```

This will run automated tests.

Refer to any of the `*Demo` classes, remove the `@Ignore` at the top and run them.