Skip to content
Snippets Groups Projects
Commit baf6076a authored by Irene Y Zhang's avatar Irene Y Zhang
Browse files

Adding a readme file

parent 061301e5
No related branches found
No related tags found
No related merge requests found
# TAPIR
This repository includes code implementing several replicated and
transactional key-value stores.
The repo is structured as follows:
- /lib - the transport library for communication between nodes. This
includes UDP based network communcation as well as the ability to
simulate network conditions on a local machine, including packet
delays and reorderings.
- /replication
- /vr - implementation of viewstamped replication protocol
- /ir - implementation of inconsistent replication protocol
-
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment