ADD: added websocket and offline version an dtracklist

This commit is contained in:
Henry Winkel
2023-09-28 16:44:59 +02:00
parent 79f9c044e7
commit 3340178c9f
14 changed files with 341 additions and 78 deletions

View File

@@ -25,7 +25,7 @@ auto control = kubecontrol::PodController("docs/config");
// std::ifstream ifs("info.json");
nlohmann::json j = nlohmann::json::parse(control.getPodsInfo());
LOG_S(INFO)<<control.getInfoForPod("hamburg");
LOG_S(INFO)<<control.getInfoForPod("simcontrol");
// LOG_S(INFO)<< j;
LOG_S(INFO)<<control.getPodsInfoForAll();