pi-scripts/config.json

95 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2021-11-22 06:42:19 -06:00
{
"mycall": "N0CALL",
"secure_login_password": "PASSWORD",
"auxiliary_addresses": [],
"locator": "GRID",
"service_codes": [
"PUBLIC"
],
"http_addr": "127.0.0.1:8080",
"motd": [
"Open source Winlink client - getpat.io"
],
"connect_aliases": {
"telnet": "telnet://{mycall}:CMSTelnet@cms.winlink.org:8772/wl2k"
},
"listen": [],
"hamlib_rigs": {
"my-rig": {
"address": "127.0.0.1:4532",
"network": "tcp"
}
},
"ax25": {
"port": "wl2k",
"beacon": {
"every": 3600,
"message": "Winlink P2P",
"destination": "IDENT"
},
"rig": "my-rig"
},
"serial-tnc": {
"path": "/dev/ttyUSB0",
"baudrate": 9600,
"type": "Kenwood"
},
2022-03-09 06:22:19 -06:00
"vara": {
"host": "localhost",
"cmdPort": 8300,
"dataPort": 8301,
"rig": "my-rig",
"ptt_ctrl": true
},
2022-08-24 13:10:09 -05:00
"varafm": {
"host": "localhost",
"cmdPort": 8300,
"dataPort": 8301,
"rig": "my-rig",
"ptt_ctrl": true
},
"varahf": {
"host": "localhost",
"cmdPort": 8300,
"dataPort": 8301,
"rig": "my-rig",
"ptt_ctrl": true
},
2021-11-22 06:42:19 -06:00
"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": "my-rig",
"ptt_ctrl": false,
"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,
2022-11-04 11:12:18 -05:00
"addr": "localhost:2947",
"allow_forms": true
2021-11-22 06:42:19 -06:00
},
"schedule": {},
"version_reporting_disabled": false
}