-
Notifications
You must be signed in to change notification settings - Fork 2
/
pat_config.json
69 lines (69 loc) · 1.39 KB
/
pat_config.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"mycall": "YourCallsignHere",
"secure_login_password": "YourWinlinkPasswordHere",
"auxiliary_addresses": [],
"locator": "YourGridSquareHere",
"service_codes": [
"PUBLIC"
],
"http_addr": "localhost:8080",
"motd": [
"Open source Winlink client - getpat.io"
],
"connect_aliases": {
"telnet": "telnet://{mycall}:[email protected]:8772/wl2k"
},
"listen": [],
"hamlib_rigs": {
"ic705": {"address": "localhost:4532", "network": "tcp"}
},
"ax25": {
"port": "wl2k",
"beacon": {
"every": 3600,
"message": "Winlink P2P",
"destination": "IDENT"
},
"rig": ""
},
"serial-tnc": {
"path": "/dev/ttyACM0",
"baudrate": 9600,
"type": "IC-7300"
},
"winmor": {
"addr": "localhost:8500",
"inbound_bandwidth": 1600,
"drive_level": 0,
"rig": "",
"ptt_ctrl": false
},
"ardop": {
"addr": "localhost:8515",
"arq_bandwidth": {
"Forced": false,
"Max": 500
},
"rig": "ic705",
"ptt_ctrl": true,
"beacon_interval": 0,
"cwid_enabled": true
},
"pactor": {
"path": "/dev/ttyUSB0",
"baudrate": 57600,
"rig": "",
"custom_init_script": ""
},
"telnet": {
"listen_addr": ":8774",
"password": ""
},
"gpsd": {
"enable_http": true,
"use_server_time": false,
"addr": "localhost:2947"
},
"schedule": {},
"version_reporting_disabled": false
}