This is the web page for Fall 2021 Distributed Operation Systems at the University of Oklahoma.
In this milestone, we expect you to begin to create the interfaces you will use for remote procedure call communication.
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 example Dockerfile
and docker-compose.yml
files create the distributed machines you need.
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.
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