summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-06-19 12:58:07 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-06-21 15:16:27 +0200
commitf28cc9964ad1ca1c074331ed54053d469e7373e5 (patch)
treea099bf8125bc35e3c1067521a8362531c9b0f88a /settings.gradle.kts
parentba32561e4b0e00c00d528df615a58e396e0fddc0 (diff)
simulator: Add core module for network simulation
This change adds a basic framework as basis for network simulation support in OpenDC. It is modelled similarly to the power system that has been added recently.
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 34b9bf36..d85c08f8 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -41,6 +41,7 @@ include(":opendc-web:opendc-web-runner")
include(":opendc-simulator:opendc-simulator-core")
include(":opendc-simulator:opendc-simulator-resources")
include(":opendc-simulator:opendc-simulator-power")
+include(":opendc-simulator:opendc-simulator-network")
include(":opendc-simulator:opendc-simulator-compute")
include(":opendc-simulator:opendc-simulator-failures")
include(":opendc-telemetry:opendc-telemetry-api")