| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-03 | refactor(simulator): Remove failure callback from FlowSource | Fabian Mastenbroek | |
| This change removes the `onFailure` method from FlowSource. Instead, the FlowConsumer will receive the reason for failure of the source. | |||
| 2021-10-03 | refactor(simulator): Migrate to flow-based simulation | Fabian Mastenbroek | |
| This change renames the `opendc-simulator-resources` module into the `opendc-simulator-flow` module to indicate that the core simulation model of OpenDC is based around modelling and simulating flows. Previously, the distinction between resource consumer and provider, and input and output caused some confusion. By switching to a flow-based model, this distinction is now clear (as in, the water flows from source to consumer/sink). | |||
| 2021-06-10 | simulator: Add module for datacenter power components | Fabian Mastenbroek | |
| This change adds a new module for simulating power components in datacenters such as PDUs and UPSes. This module will serve as the basis for the power monitoring framework in OpenDC and will future integrate with the other simulation components (such as compute). | |||
