Skip to content

Commit f951c74

Browse files
author
bedogni@unimore.it
committed
Updated simulation times
1 parent d7f6702 commit f951c74

16 files changed

+239
-147
lines changed

server_client_light/client/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Initialize delay simulators
3939
DELAY_CONFIG = config.get("delay_simulation", {})
40-
computation_delay = DelaySimulator(DELAY_CONFIG.get("computation"))
40+
computation_delay = DelaySimulator(DELAY_CONFIG.get("device_computation"))
4141
network_delay = DelaySimulator(DELAY_CONFIG.get("network"))
4242

4343
if computation_delay.enabled:

server_client_light/client/http_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
client:
2-
client_id: null
2+
client_id: sim_client_2
33
device_id: device_01
44
delay_simulation:
5-
computation:
5+
device_computation:
66
enabled: true
7-
mean: 0.002
7+
mean: 0.2
88
std_dev: 0.0005
99
type: gaussian
1010
network:

simulated_results/simulation_20251231_155838/baseline_scenario_config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

simulated_results/simulation_20251231_155838/computation_delay_2ms_scenario_config.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

simulated_results/simulation_20251231_155838/computation_delay_5ms_scenario_config.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

simulated_results/simulation_20251231_155838/mobile_realistic_scenario_config.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

simulated_results/simulation_20251231_155838/multi_client_baseline_scenario_config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

simulated_results/simulation_20251231_155838/multi_client_network_scenario_config.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

simulated_results/simulation_20251231_155838/network_delay_20ms_scenario_config.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

simulated_results/simulation_20251231_155838/network_delay_50ms_scenario_config.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)