Skip to content

Xinrea/paxos-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paxos Simulator

screenshot

A simple simulator for the Paxos consensus algorithm which visualizes the state of each node in the network. Nodes communicate with each other by sending messages through a golang-channel-network, which supports loss rate and delay.

Roles

  • Proposer
  • Acceptor
  • Learner

Run

Visualization base on giu, you may need to read the installation guide to make it work.

And then

go run cmd/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages