Aucune description

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

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.