Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 897 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 897 Bytes

SO

Grade: 18/20 ⭐️

A Server-Client App, made for our SO class.

Project requirements (set by the professors) are in Requirements.pdf (🇵🇹).

Running the application

You may need to read the Requirements.pdf document to understand the usage.

Compiling

$ make

Running the server

$ ./bin/orchestrator tmp 3 fcfs

Spawning a client task

$ ./bin/client execute -u 10 "sleep 10" 

Spawning a client status

$ ./bin/client status 

Contributing

As a university group project, we cannot allow external contributors.

Group Members