Няма описание

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

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.