-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathalink_gs.conf
29 lines (27 loc) · 921 Bytes
/
alink_gs.conf
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
[Settings]
version = 0.1.1
message_interval = 100
use_best_rssi = True
min_rssi = -80
max_rssi = -30
min_snr = 12
max_snr = 38
host = 127.0.0.1
port = 8003
udp_ip = 10.5.0.10
#udp_ip = localhost
udp_port = 9999
retry_interval = 1
[Descriptions]
version = Version of the script
message_interval = Time between sending UDP messages in milliseconds
use_best_rssi = Use True to pick the best available RSSI for health score, or False for average RSSI
min_rssi = Minimum RSSI value used for link health calculation
max_rssi = Maximum RSSI value used for link health calculation
min_snr = Minimum SNR value used for link health calculation
max_snr = Maximum SNR value used for link health calculation
host = Host address to connect to for the TCP connection
port = Port to connect to for the TCP connection
udp_ip = 10.5.0.10
udp_port = 9999
retry_interval = Time in seconds to wait before retrying TCP connection on failure