Skip to content

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

License

Notifications You must be signed in to change notification settings

antonrud/messageSequencer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages