Update install.md
This commit is contained in:
parent
3c662b2e7e
commit
ffe5b55833
25
install.md
25
install.md
@ -26,11 +26,36 @@ First, it can be run as a client, think of it as a receive only DMR hotspot. Thi
|
||||
|
||||
**It is reccommended to run the gateway as a client.**
|
||||
|
||||
A stanza is a section of the configuration file that begins with brackets (example: **[GLOBAL]**). Below is a summary of each stanza found in the configuration. For more detailed definitions, see the example configurations.
|
||||
|
||||
**[GLOBAL]**
|
||||
|
||||
Contains settings for ACLs (access control) for the whole server. You also configure the path to configuration files and subscriber_ids here (leave as default).
|
||||
|
||||
**[REPORTS]**
|
||||
|
||||
Contains settings for network reporting. HBmonitor uses this. Leave as default.
|
||||
|
||||
**[LOGGER]**
|
||||
|
||||
Contains settings for logging to file, console, etc. Set log level here. Leave as default.
|
||||
|
||||
**Note: The GPS_DATA stanza is only required in the configuration file that gps_data.py will be using.**
|
||||
|
||||
**[GPS_DATA]**
|
||||
|
||||
|
||||
**See notes below to continue configuration**
|
||||
|
||||
|
||||
# D-APRS as a client
|
||||
|
||||
**gps branch**
|
||||
|
||||
Copy gps_data-SAMPLE.cfg to gps_data.cfg. Add a PEER stanza to connect to your network via MMDVM connection. You could also set a MASTER stanza and connect your network as a PEER. Connecting the gateway to your network as a PEER is much simpler though.
|
||||
|
||||
Add a MASTER stanza in you network configuration and call it something like "D-APRS". This is the MASTER that you will connect the gateway to as a client. You will need to modify rules.py on your network to allow the desired talkgroup/private calling to route to the gateway via MMDVM connection.
|
||||
|
||||
**aprs_features branch**
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user