Update install.md

This commit is contained in:
KF7EEL 2021-02-26 08:13:39 -08:00 committed by GitHub
parent 3b31f1e367
commit e4b131cc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
# Installation
## WORK IN PROGRESS ## WORK IN PROGRESS
# How to install HBLink3 with D-APRS
### Note about different branches: ### Note about different branches:
@ -48,12 +49,6 @@ First, it can be run as a client, think of it as a receive only DMR hotspot. Thi
Contains settings for logging to file, console, etc. Set log level here. Leave as default. Contains settings for logging to file, console, etc. Set log level here. Leave as default.
**[APRS]**
**Note: This APRS stanza only applies to the _aprs_features_ beanch of the project. It is requires for beaconing the position of connected peers (repeaters or hotspots) and does not affect any GPS data from radios. This stanza only needs to be in hblink.cfg.**
This stanza contains the settings for APRS-IS, this stanza only applies to the **_aprs_features_** branch. When beaconing the location of a connected hotspot or repeater (not GPS location of a radio), the settings here are used.
**[GPS_DATA]** **[GPS_DATA]**
**Note: The GPS_DATA stanza is only required in the configuration file that gps_data.py will be using.** **Note: The GPS_DATA stanza is only required in the configuration file that gps_data.py will be using.**
@ -72,13 +67,23 @@ First, it can be run as a client, think of it as a receive only DMR hotspot. Thi
You could also set a MASTER stanza and connect your network as a PEER. This is more suited for advanced users. You could also set a MASTER stanza and connect your network as a PEER. This is more suited for advanced users.
Mention rules.py
### GPS branch ### gps branch
**gps branch** No more configuration reguired.
**aprs_features branch** ### aprs_features branch
Modify the APRS stanza to your liking.
**[APRS]**
**Note: This APRS stanza only applies to the _aprs_features_ beanch of the project. It is requires for beaconing the position of connected peers (repeaters or hotspots) and does not affect any GPS data from radios. This stanza only needs to be in hblink.cfg.**
This stanza contains the settings for APRS-IS, this stanza only applies to the **_aprs_features_** branch. When beaconing the location of a connected hotspot or repeater (not GPS location of a radio), the settings here are used.
You will also need to add **APRS: True** (or False) to each of your MASTER stanzas in hblink.cfg. Setting to false will disable the reporting of PEER locations (repeaters or hotspots) on the current MASTER stanza.
# D-APRS built into bridge.py # D-APRS built into bridge.py