Skip to content

Course projects for distributed systems. Implementation of common distributed algorithms.

Notifications You must be signed in to change notification settings

hzding621/cs425

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs425

Course projects for distributed systems. Implementation of common distributed algorithms.

mp0:

File Server

mp1:

(Part1) Implementation of a delayed FIFO-channel networks.

(Part2) Key-Value Store of different consistency model: Linearizabiltiy, Sequential Consistency, Eventual Consistency

  1. Make sure to compile both Node.java and Controller.java
  2. > javac Node.java Controller.java
  3. Run the central server: java CentralServer <config file>
  4. Run each nodes: java Node <node number> <config file>

About

Course projects for distributed systems. Implementation of common distributed algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published