From 9cfc21c90918451b8f250bf2903c07afb89fb5ef Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sun, 23 Sep 2018 09:43:32 -0500 Subject: [PATCH] change "CLIENT" to "PEER" in sample config --- hblink-SAMPLE.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hblink-SAMPLE.cfg b/hblink-SAMPLE.cfg index 2c6ffcd..8b69fc9 100644 --- a/hblink-SAMPLE.cfg +++ b/hblink-SAMPLE.cfg @@ -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