Skip to content

WuBruno/Raft_CW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

60009 Distributed Algorithms: Raft Coursework

Author: Bruno Wu (bw1121)

Installation

If available in Hex, the package can be installed by adding raft_cw to your list of dependencies in mix.exs:

def deps do
  [
    {:raft_cw, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/raft_cw.

Testing

Run make run to run the system.

Comment and uncomment SETUP to pick the type of environment to test. DEBUG_OPTIONS can also also support many different messages to be released when debugged.

The logs directory contains all the logs from testing in the report.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published