No Description

Simon af2d747438 finished GUI 10 months ago
.vscode 0d25900ad9 posting and recovering of tweets work for gui 10 months ago
c 6f8d1caed1 various bugfixes 11 months ago
client af2d747438 finished GUI 10 months ago
data afc416c01d finished eval 10 months ago
follower a7ffc6dec0 further eval 10 months ago
leader af2d747438 finished GUI 10 months ago
lib 0d25900ad9 posting and recovering of tweets work for gui 10 months ago
.gitignore 271fc3d859 client is able to post msg from gui 10 months ago
README.md dbd6ad73ec updated readme 10 months ago
comm 271fc3d859 client is able to post msg from gui 10 months ago
comm.go af2d747438 finished GUI 10 months ago
go.mod 97a77d8e6f cleanup 10 months ago
go.sum 97a77d8e6f cleanup 10 months ago
index.html af2d747438 finished GUI 10 months ago
main.js af2d747438 finished GUI 10 months ago
package-lock.json 74661cc556 initial commit 1 year ago

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.