summaryrefslogtreecommitdiff
path: root/simulations/results/scenarios/baseline.json
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-11-11 15:47:19 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-11-11 15:47:19 +0100
commitc2affb00ff404613f45b51cd97b50773982fde5f (patch)
tree9a1263afec087c958b32d2ad48e691fc69db0df6 /simulations/results/scenarios/baseline.json
parentb2ad7e6897077899ce70ecc8a4d994b3adc010ae (diff)
Minor changes
Diffstat (limited to 'simulations/results/scenarios/baseline.json')
-rw-r--r--simulations/results/scenarios/baseline.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/simulations/results/scenarios/baseline.json b/simulations/results/scenarios/baseline.json
new file mode 100644
index 0000000..603509a
--- /dev/null
+++ b/simulations/results/scenarios/baseline.json
@@ -0,0 +1,58 @@
+{
+ "seed": 200,
+ "bitrate": "0.5MBps",
+ "latency": 0.01,
+ "extended": false,
+ "hint_size": 8,
+ "nodes": {
+ "on0": {
+ "use_hint": false,
+ "power_off": 0.0,
+ "power_on": 0.4,
+ "power_rx": 0.65,
+ "power_tx": 0.65,
+ "is_sender": true,
+ "data_size": 1000000,
+ "wake_ts": [
+ 5,
+ 50
+ ],
+ "wake_duration": [
+ 10,
+ 10
+ ]
+ },
+ "on1": {
+ "use_hint": true,
+ "power_off": 0.0,
+ "power_on": 0.4,
+ "power_rx": 0.65,
+ "power_tx": 0.65,
+ "is_sender": false,
+ "data_size": 1000000,
+ "wake_ts": [
+ 0,
+ 20
+ ],
+ "wake_duration": [
+ 10,
+ 10
+ ]
+ },
+ "on2": {
+ "use_hint": true,
+ "power_off": 0.0,
+ "power_on": 0.4,
+ "power_rx": 0.65,
+ "power_tx": 0.65,
+ "is_sender": false,
+ "data_size": 1000000,
+ "wake_ts": [
+ 25
+ ],
+ "wake_duration": [
+ 10
+ ]
+ }
+ }
+} \ No newline at end of file