From f28cc9964ad1ca1c074331ed54053d469e7373e5 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 19 Jun 2021 12:58:07 +0200 Subject: 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. --- settings.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.gradle.kts') 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") -- cgit v1.2.3