54 lines
No EOL
1.4 KiB
YAML
54 lines
No EOL
1.4 KiB
YAML
# The following configuration is LoRa-specific. All durations are expressed in seconds.
|
|
|
|
---
|
|
batch-params:
|
|
seeds: [11, 12, 13, 14, 15, 16, 17, 18]
|
|
|
|
experiment-params:
|
|
network-type: LORA # {LORA}
|
|
gateways-layout: SINGLE # {HONEYCOMB, SQUARE, POISSON, GENERIC, SINGLE}
|
|
devices-layout: POISSON # {POISSON}
|
|
duration: 36000
|
|
channels: [1, 2]
|
|
spreading-factors: [7]
|
|
clock-drift: False
|
|
adr: False
|
|
class-switching-policy: NONE # {NONE}
|
|
|
|
gateways-params:
|
|
duty-cycle: 10.0 # 0.0 < duty-cycle <= 100.0
|
|
downlink-interarrival-time: # -1 to disable downlinks
|
|
min: -1
|
|
max: -1
|
|
downlink-toa:
|
|
min: 0.62694
|
|
max: 0.62694
|
|
beacon-toa: 0.17306
|
|
buffer-sizes:
|
|
input: 1
|
|
output: 1
|
|
|
|
devices-params:
|
|
duty-cycle: 1.0 # 0.0 < duty-cycle <= 100.0
|
|
uplink-interarrival-time:
|
|
min: 3600
|
|
max: 3600
|
|
uplink-toa:
|
|
min: 0.62694
|
|
max: 0.62694
|
|
buffer-sizes:
|
|
input: 1
|
|
output: 1
|
|
initial-class-repartition:
|
|
A: 100
|
|
B: 0
|
|
C: 0
|
|
S: 0
|
|
|
|
devices-densities:
|
|
custom-values: [] # Optional custom density list
|
|
range: # Mandatory only if custom-values is not set
|
|
start: 1
|
|
stop: 400
|
|
step: 50
|
|
... |