This project was undertaken as a criterion for evaluation in the subject of Operating Systems 2 at UFRGS. The objective of the work is to implement a "sleep management" service for workstations that belong to the same physical network segment of a large organization.
As per the assignment statement, we should provide a basic but organized interface for our users.
Manager:
Commands:
WAKEUP <hostname>
should send a magic packet to wakeup the given hostnameInterface:
Participants:
Commands
EXIT
should exit the program and signal the managerInterface