Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Releases: darkmacheken/DAD

Final Project

28 Dec 18:26
3e6998f
Compare
Choose a tag to compare

Final Project

Checkpoint

09 Nov 22:18
0b667ef
Compare
Choose a tag to compare
Checkpoint Pre-release
Pre-release

What's working:

  • Client can read and interpret scripts.
  • XL algorithm is working for the normal operation [1].
  • SMR algorithm is working for the normal operation [1].
  • Basic structure parser for the Puppet Master.
  • Puppet Master can parse script files. Cannot yet interpret them.

Our implementation doesn't ensure reliability with network delays, so the behavior can be unpredictable and might not work properly.

[1] Normal Operation means when the system is fully operational wihout any failure.