OS Concurrency & Distributed Networks - Assignment
- Coordinator can be invoked using:
java Coordinator
- Node can be invoked using:
java Node [port number] [wait time]
The coordinator will listen on ports 7000 and 7001 to service token requests from a Node
To invoke the node you must provide a port number and a wait time in milliseconds.