This project was a part of our homework for Distributed Systems class at Technical University of Berlin during the summer term 2018.
- Pack with maven:
mvn package
- Run providing a number of nodes that you wish and a number of messages to be sent, e.g.:
java -jar target/vs18ha2-1.0-SNAPSHOT-jar-with-dependencies.jar 5 10
Logs are saved to log.txt, node memory is represented by storage/node_xxx.txt
- Anton Rudacov - @antonrud
- Stefan Pawlowski - @Stefuniverse
- Hagen Anuth - @Hagislav
This project is licensed under the MIT License - see the LICENSE file for details.