-
Notifications
You must be signed in to change notification settings - Fork 25
/
configuration.yaml
40 lines (32 loc) · 1.22 KB
/
configuration.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Writable:
LogLevel: "INFO"
Service:
Host: "localhost"
Port: 59989
StartupMsg: "device llrp started"
MessageBus:
Optional:
ClientId: "device-rfid-llrp"
Device:
# This setting has common value (currently), but must be here for service local env overrides to apply when customized
ProfilesDir: "./res/profiles"
# This service doesn't define any static devices. Devices are added via auto provisioning
DevicesDir: ""
ProvisionWatchersDir: "./res/provision_watchers"
Discovery:
Enabled: true
Interval: "1h"
AppCustom:
# List of IPv4 subnets to perform LLRP discovery process on, in CIDR format (X.X.X.X/Y)
# separated by commas ex: "192.168.1.0/24,10.0.0.0/24"
DiscoverySubnets: ""
# Maximum simultaneous network probes
ProbeAsyncLimit: 4000
# Maximum amount of seconds to wait for each IP probe before timing out.
# This will also be the minimum time the discovery process can take.
ProbeTimeoutSeconds: 2
# Port to scan for LLRP devices on
ScanPort: "5084"
# Maximum amount of seconds the discovery process is allowed to run before it will be cancelled.
# It is especially important to have this configured in the case of larger subnets such as /16 and /8
MaxDiscoverDurationSeconds: 300