Update Config File

This commit is contained in:
Cort Buffington 2016-07-24 20:29:36 -05:00
parent 4a74b7d8bc
commit 9b0c11e6b5
1 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,13 @@
# PROGRAM-WIDE PARAMETERS GO HERE # PROGRAM-WIDE PARAMETERS GO HERE
# PATH - working path for files, leave it alone unless you NEED to change it # 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 clients 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
[GLOBAL] [GLOBAL]
PATH: ./ PATH: ./
PING_TIME: 5 PING_TIME: 5
MAX_MISSED: 3
# LOGGING CONFIGURATION # LOGGING CONFIGURATION
# Should be self explanatory. See Python logging module for more information # Should be self explanatory. See Python logging module for more information
@ -48,7 +52,7 @@ RX_FREQ: 449000000
TX_FREQ: 444000000 TX_FREQ: 444000000
TX_POWER: 25 TX_POWER: 25
COLORCODE: 1 COLORCODE: 1
LATITUDE: 038.0000 LATITUDE: 38.0000
LONGITUDE: -095.0000 LONGITUDE: -095.0000
HEIGHT: 75 HEIGHT: 75
LOCATION: Anywhere, USA LOCATION: Anywhere, USA