FreeDATA/freedata_server/config.ini.example

69 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-11-04 09:20:47 -05:00
[NETWORK]
2024-03-04 08:50:08 -06:00
modemaddress = 127.0.0.1
2024-02-18 13:31:01 -06:00
modemport = 5000
2023-11-04 09:20:47 -05:00
[STATION]
mycall = AA1AAA
2024-02-28 13:01:26 -06:00
mygrid = JN48ea
myssid = 1
2024-02-07 12:54:54 -06:00
ssid_list = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
2024-05-20 04:03:20 -05:00
enable_explorer = False
enable_stats = False
2024-09-05 07:57:53 -05:00
respond_to_cq = True
2024-09-08 04:39:39 -05:00
enable_callsign_blacklist = False
callsign_blacklist = []
2023-11-12 16:22:53 -06:00
2023-11-04 09:20:47 -05:00
[AUDIO]
input_device = 5a1c
output_device = bd6c
2023-11-11 13:38:13 -06:00
rx_audio_level = 0
tx_audio_level = 0
2023-11-04 09:20:47 -05:00
[RIGCTLD]
ip = 127.0.0.1
port = 4532
path =
command =
2024-06-04 05:20:36 -05:00
arguments =
enable_vfo = False
2023-11-04 09:20:47 -05:00
[RADIO]
control = disabled
model_id = 1001
serial_port = /dev/cu.Bluetooth-Incoming-Port
serial_speed = 38400
data_bits = 8
stop_bits = 1
serial_handshake = ignore
ptt_port = ignore
ptt_type = USB
serial_dcd = NONE
serial_dtr = OFF
2024-05-27 08:03:17 -05:00
serial_rts = OFF
2023-11-04 09:20:47 -05:00
[TCI]
2023-11-11 13:38:13 -06:00
tci_ip = 127.0.0.1
tci_port = 50001
2023-11-04 09:20:47 -05:00
[MESH]
2023-11-11 13:38:13 -06:00
enable_protocol = False
2023-11-08 04:24:52 -06:00
2023-11-12 16:22:53 -06:00
[MODEM]
2023-11-18 11:03:08 -06:00
enable_hmac = False
enable_morse_identifier = False
tx_delay = 50
2024-05-20 04:03:20 -05:00
maximum_bandwidth = 2438
2024-03-25 13:29:30 -05:00
enable_socket_interface = False
2023-11-04 09:20:47 -05:00
2024-03-16 04:29:13 -05:00
[SOCKET_INTERFACE]
enable = False
host = 127.0.0.1
cmd_port = 8000
data_port = 8001
2024-02-18 14:31:08 -06:00
[MESSAGES]
enable_auto_repeat = False
[GUI]
auto_run_browser = True