资 源 简 介
The goal of this project is to create an implementation in Scala of the Peer Review system as described by Andreas Haeberlen, Petr Kuznetsov, and Peter Druschel (http://www.cis.upenn.edu/~ahae/papers/peerreview-sosp07.pdf)
Currently, there is a group of 9 students working on this as an independent study under University of Pennsylvania Professor Benjamin C. Pierce.
As a whole, the project is being worked on in three facets:
**Tranport Layer
Goal: Create a robust distributed layer which can be used to pass messages.
Members:
* Jim Grandpre
* Ryan Menezes
* Sam Panzer**
**Peer Review Layer
Goal: Create a layer between the transport layer and all the involved players with the goal of providing a tamper-evident log.
Members:
* Lauren Frazier
* Dan Getelman
* Seth Shannin**
**StateMachine / UI Layer
Goal: Create multiple imp