Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 475 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 475 Bytes

Auto Update

This project aims to create a program which listens messages from a server and takes actions according to received messages.

Expected workflow from program

These are the steps that program should perform

  1. Perform a dummy task in a loop until a restart event is received from server
  2. Upon a restart event
  3. Stop the loop
  4. Receive update from the server
  5. Apply the update
  6. Kill itself and start updated version of the program
  7. Go back to step 1