Nessuna descrizione

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

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.