Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 423 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 423 Bytes

liftOS

Lift management.

Run the server:

$ python -m LiftOS

Run the clients:

$ python -m LiftClient < LiftClient/input1.txt
$ python -m LiftClient < LiftClient/input2.txt

Inputs


Input file format as follows:

<IdUser> <StartingFloor> <UserWeight>
<NumberOfLinesToProcess>
<FloorToMove> <TimeInSecBeforeCallingAgain>
<FloorToMove> <TimeInSecBeforeCallingAgain>
...