Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.04 KB

Message Sequencer

This project was a part of our homework for Distributed Systems class at Technical University of Berlin during the summer term 2018.

What it does

TODO verbal description Source: Technical University of Berlin, Department of Telecommunication Systems, Distributed Systems class

How to use

  1. Pack with maven:
mvn package
  1. 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

Autors

License

This project is licensed under the MIT License - see the LICENSE file for details.