Sem descrição

Simon 271fc3d859 client is able to post msg from gui há 2 anos atrás
.vscode 637d8b4cfb cleanup há 2 anos atrás
c 6f8d1caed1 various bugfixes há 2 anos atrás
client 271fc3d859 client is able to post msg from gui há 2 anos atrás
data afc416c01d finished eval há 2 anos atrás
follower a7ffc6dec0 further eval há 2 anos atrás
leader 271fc3d859 client is able to post msg from gui há 2 anos atrás
lib 97a77d8e6f cleanup há 2 anos atrás
.gitignore 271fc3d859 client is able to post msg from gui há 2 anos atrás
README.md dbd6ad73ec updated readme há 2 anos atrás
comm 271fc3d859 client is able to post msg from gui há 2 anos atrás
comm.go 271fc3d859 client is able to post msg from gui há 2 anos atrás
go.mod 97a77d8e6f cleanup há 2 anos atrás
go.sum 97a77d8e6f cleanup há 2 anos atrás
index.html 271fc3d859 client is able to post msg from gui há 2 anos atrás
main.js 271fc3d859 client is able to post msg from gui há 2 anos atrás
package-lock.json 74661cc556 initial commit há 2 anos atrás

README.md

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.