2 커밋 97a77d8e6f ... dbd6ad73ec

작성자 SHA1 메시지 날짜
  Simon dbd6ad73ec updated readme 2 년 전
  Simon 2a8c4b90d7 added readme 2 년 전
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -1 +1,6 @@
-# 2PPS
+# Anonymous Topic-Based PubSub Communication for Microblogging
+
+This is the source code following the bachelor thesis Anonymous Topic-Based PubSub Communication for Microblogging.
+
+To execute you need to run follower.go, wait for print "start leader", then run leader.go, wait for 1sec and then start client.go
+The parameters used, like number of clients or the write database size, are global variables in the respective files.