You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
862 B
25 lines
862 B
3 years ago
|
## KISS Settings
|
||
|
# Where to listen?
|
||
|
# TCP_HOST can be "localhost", "0.0.0.0" or a specific interface address
|
||
|
# TCP_PORT as configured in aprx.conf <interface> section
|
||
|
TCP_HOST = "0.0.0.0"
|
||
|
TCP_PORT = 10001
|
||
|
|
||
|
## AXUDP Settings
|
||
|
# AXUDP_REMOTE_IP IP to wich udp packets are sent
|
||
|
# AXUDP_REMOTE_PORT UDP Port to wich udp packets are sent
|
||
|
# AXUDP_LOCAL_IP IP of Interface to listen on, 0.0.0.0 for all interfaces
|
||
|
# AXUDP_LOCAL_PORT Port to listen for incoming AXUDP packets
|
||
|
|
||
|
AXUDP_REMOTE_IP = "192.168.0.185"
|
||
|
AXUDP_REMOTE_PORT = 20000
|
||
|
AXUDP_LOCAL_IP = "0.0.0.0"
|
||
|
AXUDP_LOCAL_PORT = 20000
|
||
|
|
||
|
## Genral Settings
|
||
|
# USE_AXUDP Switch from KISS to AXUDP if True
|
||
|
# APPEND_SIGNAL_REPORT adds signal report to text of APRS-Message for debug purpose
|
||
|
# this will change the original message and could cause loops
|
||
|
USE_AXUDP = False
|
||
|
APPEND_SIGNAL_REPORT = False
|