Expand examples

This commit is contained in:
Steve Zingman N4IRS 2015-12-06 22:16:39 -05:00
parent 9776784fb2
commit 047963cd93
1 changed files with 32 additions and 4 deletions

View File

@ -58,7 +58,7 @@ PRINT_PEERS_INC_FLAGS: 0
[LOGGER]
LOG_FILE: /var/log/dmrlink/dmrlink.log
LOG_HANDLERS: file
LOG_LEVEL: WARNING
LOG_LEVEL: INFO
LOG_NAME: DMRlink
@ -69,7 +69,7 @@ LOG_NAME: DMRlink
# [NAME] The name you want to use to identify the IPSC instance (use
# something better than "IPSC1"...)
# ENABLED: Should we communiate with this network? Handy if you need to
# shut one down but don't want to lose the config
# shut one down but don't want to lose the config
# RADIO_ID: This is the radio ID that DMRLink should use to communicate
# IP: This is the local IPv4 address to listen on. It may be left
blank if you do not need or wish to specify. It is mostly
@ -105,10 +105,10 @@ LOG_NAME: DMRlink
# ...Repeat the block for each IPSC network to join.
#
[IPSC1]
[SAMPLE_PEER]
ENABLED: True
RADIO_ID: 12345
IP: 4.3.2.1
IP: 127.0.0.1
PORT: 50000
ALIVE_TIMER: 5
MAX_MISSED: 20
@ -128,3 +128,31 @@ AUTH_ENABLED: True
AUTH_KEY: 1A2B3C
MASTER_IP: 1.2.3.4
MASTER_PORT: 50000
[SAMPLE_MASTER]
ENABLED: False
RADIO_ID: 54321
IP: 192.168.1.1
PORT: 50000
ALIVE_TIMER: 5
MAX_MISSED: 20
PEER_OPER: True
IPSC_MODE: DIGITAL
TS1_LINK: True
TS2_LINK: True
CSBK_CALL: False
RCM: True
CON_APP: True
XNL_CALL: False
XNL_MASTER: False
DATA_CALL: True
VOICE_CALL: True
MASTER_PEER: True
AUTH_ENABLED: True
AUTH_KEY: 1A2B3C
# Below not used for a Master
# MASTER_IP: 1.2.3.4
# MASTER_PORT: 50000