Updated 1. Foundation (markdown)

KF7EEL 2022-02-24 10:28:21 -08:00
parent dbcdd22bc9
commit ac77bb4555
1 changed files with 2 additions and 2 deletions

@ -13,7 +13,7 @@ The web service is a web based application written in Python3 and uses several m
This is a modified version of bridge.py from HBLink3. It handles hotspot/repeater connections and call routing.
### Data Gateway
Formerly known as gps_data, the data gateway (data_gateway.py) is where all of the decoding happens for GPS locations and SMS messages. The data gateway also connects to APRS-IS and listens for incoming messages to users.
Formerly known as gps_data, the [Data Gateway](https://github.com/kf7eel/hbnet/wiki/6.-Data-Gateway) (data_gateway.py) is where all of the decoding happens for GPS locations and SMS messages. The data gateway also connects to APRS-IS and listens for incoming messages to users.
### Operation
When the core (hbnet.py) starts, it contacts the web service via HTTP POST and requests its configuration. The web service can store several configurations for different servers. Once the core (hbnet.py) has downloaded its configuration, it is ready for operation. If the web service is unreachable, the core (hbnet.py) will default to the configuration file.
@ -22,4 +22,4 @@ The configuration file for the core (hbnet.py) contains an extra section called
Any time a change is made to a server in the web service, the core (hbnet.py) must be restarted for the changes to take effect.
The data gateway connects to HBNet via OpenBridge (or an MMDVM) connection. This will be the same for both FreeDMR and HBLink as well.
The [Data Gateway](https://github.com/kf7eel/hbnet/wiki/6.-Data-Gateway) connects to HBNet via OpenBridge (or an MMDVM) connection. This will be the same for both FreeDMR and HBLink as well.