Keine Beschreibung

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

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.