change "CLIENT" to "PEER" in sample config

This commit is contained in:
Cort Buffington 2018-09-23 09:43:32 -05:00
parent ca2aaa5d59
commit 9cfc21c909
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# PROGRAM-WIDE PARAMETERS GO HERE
# PATH - working path for files, leave it alone unless you NEED to change it
# PING_TIME - the interval that clients will ping the master, and re-try registraion
# PING_TIME - the interval that peers will ping the master, and re-try registraion
# - how often the Master maintenance loop runs
# MAX_MISSED - how many pings are missed before we give up and re-register
# - number of times the master maintenance loop runs before de-registering a client
# - number of times the master maintenance loop runs before de-registering a peer
[GLOBAL]
PATH: ./
PING_TIME: 5
@ -80,7 +80,7 @@ EXPORT_PORT: 1234
# IP may be left blank if there's one interface on your system.
# Port should be the port you want this master to listen on. It must be unique
# and unused by anything else.
# Repeat - if True, the master repeats traffic to clients, False, it does nothing.
# Repeat - if True, the master repeats traffic to peers, False, it does nothing.
[MASTER-1]
MODE: MASTER
ENABLED: True
@ -91,7 +91,7 @@ PORT: 54000
PASSPHRASE: s3cr37w0rd
GROUP_HANGTIME: 5
# CLIENT INSTANCES - DUPLICATE SECTION FOR MULTIPLE CLIENTS
# PEER INSTANCES - DUPLICATE SECTION FOR MULTIPLE PEERS
# There are a LOT of errors in the HB Protocol specifications on this one!
# MOST of these items are just strings and will be properly dealt with by the program
# The TX & RX Frequencies are 9-digit numbers, and are the frequency in Hz.
@ -101,7 +101,7 @@ GROUP_HANGTIME: 5
# Setting Loose to True relaxes the validation on packets received from the master.
# This will allow HBlink to connect to a non-compliant system such as XLXD, DMR+ etc.
[REPEATER-1]
MODE: CLIENT
MODE: PEER
ENABLED: True
LOOSE: False
EXPORT_AMBE: False