CS 5113 and 4113 Fall 21

Logo

This is the web page for Fall 2021 Distributed Operation Systems at the University of Oklahoma.

View the Project on GitHub oudalab/cs5113fa22

CS [4|5]113 Fall 2022 Distributed Operating Systems

Milestone 2

In this milestone, we expect you to begin to create the interfaces you will use for remote procedure call communication.

Create Protocol Buffer Files

Add your .proto file or files to your repository. The contents of the files should represent the communication you plan to make between the systems you spawn. View the main project spec for a list of the minimum expected proto function. We expect you to add more functions as necessary.

Create Docker files

Create example Dockerfile and docker-compose.yml files create the distributed machines you need.

Add interface to the README

Add a section in your README.md describing your proposed functions. You should mention the inputs and outputs of each function. You should also mention how you can test whether each function works as expected.

Grading

   
Dockerfiles 34%
Protocol Buffer 33%
Interfaces in README 33%

You will submit your github link to canvas. View canvas for project due dates.


Back to CS 5113