From 7480c7aa0ac67cc28c8c9ca7cf646d731381ee1b Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Tue, 15 Mar 2022 15:13:09 -0700 Subject: [PATCH] update SAMPLE --- data_gateway-SAMPLE.cfg | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/data_gateway-SAMPLE.cfg b/data_gateway-SAMPLE.cfg index 3b3994a..35e5c7b 100644 --- a/data_gateway-SAMPLE.cfg +++ b/data_gateway-SAMPLE.cfg @@ -105,8 +105,7 @@ PEER_URL: https://www.radioid.net/static/rptrs.json SUBSCRIBER_URL: https://www.radioid.net/static/users.json STALE_DAYS: 7 -# USER MANAGER -# This is where to configure the details for use with a user managment script +# Web Service# This is where to configure the details for use with a user managment script [WEB_SERVICE] THIS_SERVER_NAME: DATA_GATEWAY # This must be set to True in order to use the web service an any mode. @@ -119,9 +118,9 @@ SHARED_SECRET: test [DATA_CONFIG] DATA_DMR_ID: 9099 CALL_TYPE: both -USER_APRS_SSID: 5 +USER_APRS_SSID: 15 USER_APRS_COMMENT: HBNet APRS Gateway -APRS_SERVER: hbl.ink +APRS_SERVER: aprs.hbnet.xyz APRS_PORT: 14580 APRS_LOGIN_CALL: N0CALL APRS_LOGIN_PASSCODE: 12345 @@ -130,8 +129,10 @@ APRS_FILTER: r/47/-120/500 t/m # User settings file, MUST configure using absolute path. USER_SETTINGS_FILE: /tmp/user_settings.txt -# The following settings are only applicable if you are using the gps_data_beacon_igate script. -# They do not affect the operation gps_data itself. +# The setting below will cause the data gateway to upload a position packet. Sites such as aprs.fi +# will see the data gateway as an iGate and will keep statistics. +# IGATE_BEACON_TIME is how often a position is sent. This is also how often positions +# for connected PEERs (hotspots and repeaters) will be sent to APRS-IS. # Time in minutes. IGATE_BEACON_TIME = 45 IGATE_BEACON_COMMENT = HBLink3 D-APRS Gateway @@ -160,18 +161,6 @@ MQTT_PORT2: 1883 MQTT_USERNAME2: MQTT_PASSWORD2: - - -############################ NOT IMPLEMENTED YET ############################## -# The following settings are for the static positions only, for hotspots or repeaters connected to MASTER stanzas. -# Implementation by IU7IGU -# REPORT_INTERVAL in Minute (ALLOW only > 3 Minutes) -# MESSAGE: This message will print on APRS description together RX and TX Frequency -APRS_STATIC_REPORT_INTERVAL: 15 -APRS_STATIC_MESSAGE:Connected to HBLink -############################################################################### - - # OPENBRIDGE INSTANCES - DUPLICATE SECTION FOR MULTIPLE CONNECTIONS # OpenBridge is a protocol originall created by DMR+ for connection between an # IPSC2 server and Brandmeister. It has been implemented here at the suggestion